Skip to content

Commit

Permalink
Updated azuredeploy.json to use southcentralus region for AppInsights
Browse files Browse the repository at this point in the history
  • Loading branch information
PraveenAnil committed Aug 31, 2017
1 parent 104ae0b commit f00e02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 201-web-app-sql-database/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
"apiVersion": "2015-05-01",
"name": "[concat('AppInsights', variables('webSiteName'))]",
"type": "Microsoft.Insights/components",
"location": "centralus",
"location": "southcentralus",
"dependsOn": [
"[variables('webSiteName')]"
],
Expand Down

0 comments on commit f00e02e

Please sign in to comment.