From 93e82796ed3230ef3d8e72ba3e8fdd16ddd6537d Mon Sep 17 00:00:00 2001 From: Nathan Vanderby Date: Tue, 31 Oct 2017 08:25:14 -0700 Subject: [PATCH 1/2] Added West US 2 to deployment regions --- azuredeploy.json | 1 + 1 file changed, 1 insertion(+) diff --git a/azuredeploy.json b/azuredeploy.json index dd30903..692b805 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -32,6 +32,7 @@ "type": "string", "allowedValues": [ "West US", + "West US 2", "East US", "Central US", "North Europe" From 342e919c797f6ff6cc0ed591a6625aec50f8629b Mon Sep 17 00:00:00 2001 From: Nathan Vanderby Date: Tue, 31 Oct 2017 09:08:14 -0700 Subject: [PATCH 2/2] Added more regions to deployment regions --- azuredeploy.json | 45 +++++++++++++++++++++++++++++++++------------ 1 file changed, 33 insertions(+), 12 deletions(-) diff --git a/azuredeploy.json b/azuredeploy.json index 692b805..1546a4e 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -24,19 +24,40 @@ }, "applicationLoginPassword": { "type": "securestring", - "metadata": { - "description": "The password to use for the application's connections to the database server." + "metadata" : { + "description" : "The password to use for the application's connections to the database server." } - }, - "location": { - "type": "string", - "allowedValues": [ - "West US", - "West US 2", - "East US", - "Central US", - "North Europe" - ], + }, + "location" : { + "type" : "string", + "allowedValues" : [ + "East US", + "East US 2", + "West US", + "West US 2", + "Central US", + "North Central US", + "South Central US", + "West Central US", + "North Europe", + "West Europe", + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "Korea Central", + "Korea South" + ], "defaultValue": "West US", "metadata": { "description": "The Azure region in which these resources will be deployed."