1

I have to move resources in Azure from one subscription to another one. One of these resources is Application Insights.

The continuous export feature in Application Insights is not being used, so the logs are only preserved for 3 months.

I spent a while looking for answer, but so far I did not find the right answer. Also, it is not listed in the supported resources (https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/move-support-resources), but I did validate the move operation and it is definitely supported.

I would like to know if the Application Insights will preserve the log data or it will be gone?

Mohamed Sahbi
  • 1,065
  • 10
  • 24

1 Answers1

1

Actually, it is listed in the supported resources, the resource type of Application Insight is microsoft.insights/components.

enter image description here

And I test it for you, the Application Insight will preserve the log data.

1.Before moving:

enter image description here

2.After moving to another subscription:

enter image description here

enter image description here

Joy Wang
  • 39,905
  • 3
  • 30
  • 54