fix a bug in deployment template
This commit is contained in:
Родитель
eb4c334ecf
Коммит
ecb0f4d516
|
@ -246,7 +246,7 @@
|
|||
"apiVersion": "2016-09-01",
|
||||
"location": "[parameters('location')]",
|
||||
"properties": {
|
||||
"publicIpAllocationMethod": "[parameters('publicIpAddressType')]"
|
||||
"publicIpAllocationMethod": "[parameters('publicIpAddressType')]",
|
||||
"dnsSettings": {
|
||||
"domainNameLabel": "[parameters('virtualMachineName')]"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче