a92fd009e7 | ||
---|---|---|
.. | ||
README.md | ||
azuredeploy-parameters.json | ||
azuredeploy.json | ||
metadata.json |
README.md
Create a Virtual Machine from a Linux Image with Empty Data Disk
This template allows creates a Linux VM with empty data disk
In the parameters file:
"vmDiagnosticsStorageAccountResourceGroup":{
"value" : "diagnosticsResourceGroup"
},
"vmDiagnosticsStorageAccountName":{
"value" : "diagnosticsStorageAccount"
},
the specified diagnostics storage account must be created in the specified diagnostics resource group.