Skip to content

Commit

Permalink
Merge pull request #3 from nanditavalsan/nanditavalsan-patch-3
Browse files Browse the repository at this point in the history
Update to change values for locations
  • Loading branch information
nanditavalsan authored Mar 24, 2018
2 parents e35eb79 + 49f6788 commit e1420d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 201-traffic-manager-vm-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 @@ -238,4 +238,4 @@
"value": "[reference('VMEndpointExample', '2017-05-01').endpoints]"
}
}
}
}

0 comments on commit e1420d8

Please sign in to comment.