From ece7903ac8566ef4b823c23b531783fe1232fb8b Mon Sep 17 00:00:00 2001 From: Erik Melkersson Date: Tue, 18 Dec 2018 09:30:22 +0100 Subject: [PATCH 1/2] Use the same location for Application Insights --- Sitecore 9.1.0/XPSingle/azuredeploy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sitecore 9.1.0/XPSingle/azuredeploy.json b/Sitecore 9.1.0/XPSingle/azuredeploy.json index 5629ef47..eba2e261 100644 --- a/Sitecore 9.1.0/XPSingle/azuredeploy.json +++ b/Sitecore 9.1.0/XPSingle/azuredeploy.json @@ -387,7 +387,7 @@ }, "applicationInsightsLocation": { "type": "string", - "defaultValue": "East US" + "defaultValue": "[parameters('location')]" }, "storeSitecoreCountersInApplicationInsights": { "type": "bool", From c576b80ec4f71e00178cc658ca70a2df391cf2ae Mon Sep 17 00:00:00 2001 From: Erik Melkersson Date: Tue, 18 Dec 2018 09:32:19 +0100 Subject: [PATCH 2/2] Use the same location for Application Insights --- Sitecore 9.1.0/XP/azuredeploy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sitecore 9.1.0/XP/azuredeploy.json b/Sitecore 9.1.0/XP/azuredeploy.json index 253a2e77..205fb2cb 100644 --- a/Sitecore 9.1.0/XP/azuredeploy.json +++ b/Sitecore 9.1.0/XP/azuredeploy.json @@ -388,7 +388,7 @@ }, "applicationInsightsLocation": { "type": "string", - "defaultValue": "East US" + "defaultValue": "[parameters('location')]" }, "storeSitecoreCountersInApplicationInsights": { "type": "bool",