Skip to content

Instantly share code, notes, and snippets.

@wildkatz2004
Created April 10, 2018 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wildkatz2004/5eb4cb55acd17723c1d1ac96448028c4 to your computer and use it in GitHub Desktop.
Save wildkatz2004/5eb4cb55acd17723c1d1ac96448028c4 to your computer and use it in GitHub Desktop.
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {
"value": "eastus"
},
"virtualMachineName": {
"value": "goodmanwp"
},
"virtualMachineSize": {
"value": "Standard_DS11_v2_Promo"
},
"adminUsername": {
"value": "gnadmin"
},
"virtualNetworkName": {
"value": "goodman-vnet"
},
"networkInterfaceName": {
"value": "goodmanwp851"
},
"diskSizeGB": {
"value": "30"
},
"networkSecurityGroupName": {
"value": "goodmanwp-nsg"
},
"adminPassword": {
"value": null
},
"diagnosticsStorageAccountName": {
"value": "goodmandiag400"
},
"diagnosticsStorageAccountType": {
"value": "Standard_LRS"
},
"diagnosticsStorageAccountId": {
"value": "Microsoft.Storage/storageAccounts/goodmandiag400"
},
"addressPrefix": {
"value": "10.0.0.0/24"
},
"subnetName": {
"value": "default"
},
"subnetPrefix": {
"value": "10.0.0.0/24"
},
"publicIpAddressName": {
"value": "goodmanwp-ip"
},
"publicIpAddressType": {
"value": "Dynamic"
},
"publicIpAddressSku": {
"value": "Basic"
},
"autoShutdownStatus": {
"value": "Enabled"
},
"autoShutdownTime": {
"value": "19:00"
},
"autoShutdownTimeZone": {
"value": "Central Standard Time"
},
"autoShutdownNotificationStatus": {
"value": "Disabled"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment