removed location parameter
This commit is contained in:
Родитель
3b8d19759b
Коммит
74a62045b1
|
@ -9,13 +9,6 @@
|
|||
"description": "Provide the prefix (max 5 characters) for all services that will be created"
|
||||
}
|
||||
},
|
||||
"location": {
|
||||
"type": "string",
|
||||
"defaultValue": "northeurope",
|
||||
"metadata": {
|
||||
"description": "Specifies the location for all resources."
|
||||
}
|
||||
},
|
||||
"enableDnsAndFirewall": {
|
||||
"type": "bool",
|
||||
"defaultValue": true,
|
||||
|
@ -50,7 +43,7 @@
|
|||
"functions": [],
|
||||
"variables": {
|
||||
"enterpriseScaleAnalyticsCompanyPrefix": "[parameters('enterpriseScaleAnalyticsCompanyPrefix')]",
|
||||
"location": "[parameters('location')]",
|
||||
"location": "[deployment().location]",
|
||||
"dnsServerAdresses": "[parameters('dnsServerAdresses')]",
|
||||
"firewallPrivateIp": "[parameters('firewallPrivateIp')]",
|
||||
"privateDnsZoneResourceGroupId": "[parameters('privateDnsZoneResourceGroupId')]",
|
||||
|
|
Загрузка…
Ссылка в новой задаче