Advertisement
zalupaster322

VM-B1ms-parameters.json

Feb 27th, 2020
2,626
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ARM 1.91 KB | None | 0 0
  1. {
  2.     "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
  3.     "contentVersion": "1.0.0.0",
  4.     "parameters": {
  5.         "location": {
  6.             "value": "westeurope"
  7.         },
  8.         "networkInterfaceName": {
  9.             "value": "olegk-vm835"
  10.         },
  11.         "subnetName": {
  12.             "value": "default"
  13.         },
  14.         "virtualNetworkName": {
  15.             "value": "olegktestwestus-vnet"
  16.         },
  17.         "addressPrefixes": {
  18.             "value": [
  19.                 "10.0.0.0/24"
  20.             ]
  21.         },
  22.         "subnets": {
  23.             "value": [
  24.                 {
  25.                     "name": "default",
  26.                     "properties": {
  27.                         "addressPrefix": "10.0.0.0/24"
  28.                     }
  29.                 }
  30.             ]
  31.         },
  32.         "publicIpAddressName": {
  33.             "value": "olegk-VM-ip"
  34.         },
  35.         "publicIpAddressType": {
  36.             "value": "Dynamic"
  37.         },
  38.         "publicIpAddressSku": {
  39.             "value": "Basic"
  40.         },
  41.         "virtualMachineName": {
  42.             "value": "olegk-VM"
  43.         },
  44.         "virtualMachineRG": {
  45.             "value": "olegktestwestus"
  46.         },
  47.         "osDiskType": {
  48.             "value": "Premium_LRS"
  49.         },
  50.         "virtualMachineSize": {
  51.             "value": "Standard_B1ms"
  52.         },
  53.         "adminUsername": {
  54.             "value": "olegk"
  55.         },
  56.         "adminPassword": {
  57.             "value": null
  58.         },
  59.         "diagnosticsStorageAccountName": {
  60.             "value": "olegktestwestusdiag"
  61.         },
  62.         "diagnosticsStorageAccountId": {
  63.             "value": "Microsoft.Storage/storageAccounts/olegktestwestusdiag"
  64.         },
  65.         "diagnosticsStorageAccountType": {
  66.             "value": "Standard_LRS"
  67.         },
  68.         "diagnosticsStorageAccountKind": {
  69.             "value": "Storage"
  70.         }
  71.     }
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement