You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original instructions only targeted classic components. If customers used LA workspace-based components then deleting the original App Insights instance does NOT remove the data, because the data still resides in LA. Customer would have to BOTH delete the original App Ins and LA Workspace to remove the original data. Tweaking step #5 here in a way that helps clear the difference between classic and workspace-based resource move instructions. Think this take does a good job.
Copy file name to clipboardExpand all lines: articles/azure-monitor/faq.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -709,7 +709,7 @@ sections:
709
709
2. Recreate all unique customizations specific to the original resource in the new resource.
710
710
3. Modify your application to use the new region resource's [instrumentation key](app/create-new-resource.md#copy-the-instrumentation-key) or [connection string](app/sdk-connection-string.md).
711
711
4. Test to confirm that everything is continuing to work as expected with your new Application Insights resource.
712
-
5. At this point you can either delete the original resource, which will result in **all historical data being lost**. Or retain the original resource for historical reporting purposes during its data retention settings.
712
+
5. At this point you can either keep or delete the original Application Insights resource. Deleting a classic Application Insights resource will result in **all historical data being lost**. If the original resource was workspace-based, its data will remain in the Log Analytics. Keeping the original Application Insights resource will allow you to access its historical data until its data retention settings run out.
713
713
714
714
Unique customizations that commonly need to be manually recreated or updated for the resource in the new region include but aren't limited to:
0 commit comments