Skip to content

Commit

Permalink
Merge pull request #1 from nanditavalsan/nanditavalsan-patch-1
Browse files Browse the repository at this point in the history
Update to change  values for locations
  • Loading branch information
nanditavalsan authored Mar 23, 2018
2 parents 52ae6cc + 079b0bb commit a9a12a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 101-vm-simple-zones/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
Expand Down Expand Up @@ -225,4 +225,4 @@
"value": "[reference(variables('publicIPAddressName')).dnsSettings.fqdn]"
}
}
}
}

0 comments on commit a9a12a0

Please sign in to comment.