0
votes

I have one Application Insights azure resource located in East US region, whereas its coresponding App Service resided in North Central US region. The App Service links to Application Insights via InstrumentationKey.

I want to make them to the same region to improve network efficiency. It seems impossible to change the resource region yet. My idea is to create a new Application Insights in North Central US region, then migrate the data from the old one to the new one.
Is it possible? If yes, how to do? Thanks!

2

2 Answers

3
votes

As of now, it's impossible to do that, but Microsoft is working on move Azure resources from one region to another. If this feature is done, you can just move app insights to another region directly.

And you should know that even the application insights and the app service are in different regions, the ingest endpoints of application insights are globally distributed, and telemetry is always sent to the nearest available ingest point. So the performance is not impacted. You can see this GitHub issue.

1
votes

Unfortunately, No , currently it is not possible. Microsoft team can manually move them for you if you contact the support, but i dont think you will retain the history of the insights data