Updated per PR

This commit is contained in:
Jeffrey Cline
2018-03-02 14:15:24 -08:00
parent e1e09ef0cb
commit f30f4ac91d
2 changed files with 60 additions and 1 deletions

View File

@ -63,6 +63,13 @@
},
"type": "string",
"defaultValue": "Standard_DS1_v2"
},
"storageAccountType": {
"defaultValue": "Standard_LRS",
"metadata": {
"description": "Storage Account Type"
},
"type": "string"
}
},
"variables": {
@ -241,6 +248,12 @@
"offer": "UbuntuServer",
"sku": "16.04-LTS",
"version": "latest"
},
"osDisk": {
"createOption": "FromImage",
"managedDisk": {
"storageAccountType": "[parameters('storageAccountType')]"
}
}
},
"networkProfile": {