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