From 079b0bbdb6100ef9a5fe134b2602c3ce69dfe02e Mon Sep 17 00:00:00 2001 From: nanditavalsan <34282693+nanditavalsan@users.noreply.github.com> Date: Fri, 23 Mar 2018 13:16:07 -0700 Subject: [PATCH] Update to change values for locations Update to change default and allowed values for locations --- 101-vm-simple-zones/azuredeploy.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/101-vm-simple-zones/azuredeploy.json b/101-vm-simple-zones/azuredeploy.json index 14a5e36d3c23..927128aa8553 100644 --- a/101-vm-simple-zones/azuredeploy.json +++ b/101-vm-simple-zones/azuredeploy.json @@ -5,10 +5,10 @@ "location": { "type": "string", "allowedValues": [ - "westeurope", - "eastus2" + "CentralUS", + "FranceCentral" ], - "defaultValue": "westeurope", + "defaultValue": "CentralUS", "metadata": { "description": "Location for the VM, only certain regions support zones during preview." } @@ -225,4 +225,4 @@ "value": "[reference(variables('publicIPAddressName')).dnsSettings.fqdn]" } } -} \ No newline at end of file +}