Sajad Deyargaroo
Sajad Deyargaroo

Reputation: 1149

Azure Application Insights - Location Issue

I am using Resource Manger API to create Application Insight resource in Azure. Steps are like below:

Upvotes: 8

Views: 11213

Answers (3)

Colin
Colin

Reputation: 1846

In my case, was able to resolve the issue by updating Azure within Visual Studio

Tools => Extensions And Updates => Updates => Azure*

Upvotes: 0

Jorik Uiterwijk
Jorik Uiterwijk

Reputation: 61

Yesterday Microsoft announced general availability in additional regions for Application Insights.

Also, you might run into an error when deploying with your current ARM template!

Application Insights: General availability in additional regions

Upvotes: 3

Bas Wiebing
Bas Wiebing

Reputation: 139

I was looking for a good source to back my story, but couldn't find the URL anymore :( . As far as I know the Application Insights services are only available from the Central US location. Which can be causing the error, because you are trying to set up an Insights component in the East US region.

Screenshot of my environment when creating a new App Insights instance

As you can see, the location is locked and therefore it is not possible to choose for East US.

You can keep track of Azure Application Insights service updates at this page. Next to that you can filter the updates only to see service updates about regions and datacenters.

I hope this helps a little.

Upvotes: 8

Related Questions