Skip to content

Commit e35eb79

Browse files
Merge pull request #2 from nanditavalsan/nanditavalsan-patch-2
Update to default and allowed locations values
2 parents a9a12a0 + b2680b1 commit e35eb79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

201-multi-vm-lb-zones/azuredeploy.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"location": {
66
"type": "string",
77
"allowedValues": [
8-
"westeurope",
9-
"eastus2"
8+
"CentralUS",
9+
"FranceCentral"
1010
],
11-
"defaultValue": "westeurope",
11+
"defaultValue": "CentralUS",
1212
"metadata": {
1313
"description": "Location for the VMs, only certain regions support zones during preview."
1414
}
@@ -324,4 +324,4 @@
324324
"value": "[reference(variables('publicIPAddressName')).dnsSettings.fqdn]"
325325
}
326326
}
327-
}
327+
}

0 commit comments

Comments
 (0)