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 +}