From e6ed530b9735d1d628a49e57a7a2d19b38e5e8cd Mon Sep 17 00:00:00 2001 From: BakerLabs Date: Mon, 31 Jul 2017 23:16:20 -0400 Subject: [PATCH 1/2] modified name to create second one --- azuredeploy.json | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/azuredeploy.json b/azuredeploy.json index c4846a4..ef3f671 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -12,34 +12,13 @@ "name": "Standard_LRS" }, "kind": "storage", - "location": "Eastus2", + "location": "East us 2", "tags": {}, "identity": { "type": "SystemAssigned" }, "properties": { - "customDomain": { - "name": "string", - "useSubDomain": boolean - }, - "encryption": { - "services": { - "blob": { - "enabled": "false" - }, - "file": { - "enabled": "false" - } - }, - "keySource": "string", - "keyvaultproperties": { - "keyname": "string", - "keyversion": "string", - "keyvaulturi": "string" - } - }, - "accessTier": "string", - "supportsHttpsTrafficOnly": "false" + "supportsHttpsTrafficOnly": "false" } } ], From 9f623994485988dc5ccc0f32f7b1780b67c7d554 Mon Sep 17 00:00:00 2001 From: BakerLabs Date: Mon, 31 Jul 2017 23:18:19 -0400 Subject: [PATCH 2/2] modified storage group name --- azuredeploy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azuredeploy.json b/azuredeploy.json index ef3f671..63cdd92 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -5,7 +5,7 @@ "variables": { }, "resources": [ { - "name": "jsonlabstoragedemo", + "name": "jsonlabstoragedemo2", "type": "Microsoft.Storage/storageAccounts", "apiVersion": "2017-06-01", "sku": {