Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change location of Application Insights?

Would it be possible to change the location of my Application Insights service without having to delete and recreate it? Now that it is in RTM, new regions (such as North Europe) are now supported.

like image 896
Dave New Avatar asked Nov 17 '16 13:11

Dave New


People also ask

Where is Azure application insights data stored?

Application Insights is an Azure service. Security policies are described in the Azure Security, Privacy, and Compliance white paper. The data is stored in Microsoft Azure servers.

How do I change log analytics workspace in application insights?

After a workspace-based Application Insights resource has been created, you can modify the associated Log Analytics workspace. From within the Application Insights resource pane, select Properties > Change Workspace > Log Analytics Workspaces.

What is application map in application insights?

Application Map helps you spot performance bottlenecks or failure hotspots across all components of your distributed application. Each node on the map represents an application component or its dependencies and has health KPI and alerts status.

What is application insights config?

The Application Insights . NET SDK consists of many NuGet packages. The core package provides the API for sending telemetry to the Application Insights. More packages provide telemetry modules and initializers for automatically tracking telemetry from your application and its context.


2 Answers

Microsoft is currently working on a new capability that will allow customers to move Azure resources from one region to another:

https://feedback.azure.com/forums/923992-cross-region-move-for-azure-resources/suggestions/19224478-change-geographical-region-for-a-given-resource

[UPDATE] In September 2020 Microsoft implemented Azure Resource Mover which can move resources from one region to another but unfortunately it seems the Application Insights is not supported so far: https://learn.microsoft.com/en-us/azure/resource-mover/overview

like image 45
Vlad Rudenko Avatar answered Oct 16 '22 09:10

Vlad Rudenko


It is not possible to move the apps around the new region, unfortunately. Microsoft can manually move them for you if you contact the support, but this will mean you will lose the history.

like image 137
ManishKG Avatar answered Oct 16 '22 09:10

ManishKG