зеркало из
1
0
Форкнуть 0
azure-quickstart-templates/101-vm-empty-data-disk-linux
kenazk a92fd009e7 Add 2 template sets 2015-04-24 17:21:17 -07:00
..
README.md Add 2 template sets 2015-04-24 17:21:17 -07:00
azuredeploy-parameters.json Add 2 template sets 2015-04-24 17:21:17 -07:00
azuredeploy.json Add 2 template sets 2015-04-24 17:21:17 -07:00
metadata.json Add 2 template sets 2015-04-24 17:21:17 -07:00

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.