From 19cc19109c7aff3c92811e4634de9d00b00d7007 Mon Sep 17 00:00:00 2001 From: Dina Berry Date: Wed, 3 Jan 2018 13:47:06 -0800 Subject: [PATCH] Update azuredeploy.json --- azuredeploy.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/azuredeploy.json b/azuredeploy.json index 8ebb533..f980088 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -21,10 +21,17 @@ "location": { "type": "string", "allowedValues": [ + "australiaeast", + "brazilsouth", + "eastasia", + "eastus", "eastus2", + "northeurope", + "southcentralus", "southeastasia", "westcentralus", "westus", + "westus2", "westeurope" ], "defaultValue": "westus" @@ -47,4 +54,4 @@ "dependsOn": [] } ] -} \ No newline at end of file +}