From 90097739089d8f4cf121f8207d48ed22d214060d Mon Sep 17 00:00:00 2001 From: consultguru Date: Fri, 9 Dec 2016 14:27:47 +0530 Subject: [PATCH] Updates due to breaking changes in AppInsights GA App Insights resource location updates https://azure.microsoft.com/en-us/updates/application-insights-general-availability-in-additional-regions-and-resource-location-update-east-us-south-central-us-west-europe-and-north-europe/ --- .../azuredeploy.json | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/azure-governance-operations-automation/azuredeploy.json b/azure-governance-operations-automation/azuredeploy.json index bccfc11c395e..bd98ee712fe8 100644 --- a/azure-governance-operations-automation/azuredeploy.json +++ b/azure-governance-operations-automation/azuredeploy.json @@ -109,7 +109,7 @@ "WebAppDeployPackageFileName": "package.zip", "hostingPlanName": "[concat('CloudWiseHostingplan-', uniqueString(resourceGroup().id))]", "webSiteName": "[concat('CloudWise', uniqueString(resourceGroup().id))]", - "sqlserverName": "[concat('sql','cloudwise', uniqueString(resourceGroup().id, deployment().name))]", + "sqlserverName": "[concat('sqlcloudwise', uniqueString(resourceGroup().id))]", "sqlDatabaseName": "cloudwisedb", "sqlCollation": "SQL_Latin1_General_CP1_CI_AS", "sqlMaxSizeBytes": "1073741824", @@ -152,19 +152,6 @@ "maxSizeBytes": "[variables('sqlMaxSizeBytes')]", "requestedServiceObjectiveName": "[variables('sqlRequestedServiceObjectiveName')]" } - }, - { - "apiVersion": "2014-04-01-preview", - "dependsOn": [ - "[concat('Microsoft.Sql/servers/', variables('sqlServerName'))]" - ], - "location": "[resourceGroup().location]", - "name": "AllowAllWindowsAzureIps", - "properties": { - "endIpAddress": "0.0.0.0", - "startIpAddress": "0.0.0.0" - }, - "type": "firewallrules" } ] }, @@ -458,7 +445,7 @@ { "name": "[variables('insightsName')]", "type": "Microsoft.Insights/components", - "location": "Central US", + "location": "East US", "apiVersion": "2014-04-01", "dependsOn": [ "[concat('Microsoft.Web/sites/', variables('webSiteName'))]"