fix a bug in deployment template

This commit is contained in:
FAREAST\frankch 2017-09-20 20:35:34 +08:00
Родитель eb4c334ecf
Коммит ecb0f4d516
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -246,7 +246,7 @@
"apiVersion": "2016-09-01",
"location": "[parameters('location')]",
"properties": {
"publicIpAllocationMethod": "[parameters('publicIpAddressType')]"
"publicIpAllocationMethod": "[parameters('publicIpAddressType')]",
"dnsSettings": {
"domainNameLabel": "[parameters('virtualMachineName')]"
}