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
Copy file name to clipboardExpand all lines: articles/azure-monitor/faq.yml
+2-2Lines changed: 2 additions & 2 deletions
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:
715
715
@@ -912,7 +912,7 @@ sections:
912
912
- question: |
913
913
Can OpenTelemetry be used for web browsers?
914
914
answer: |
915
-
Yes but it’s not recommended or supported by Azure. OpenTelemetry Javascript is heavily optimized for Node.js. Instead, we recommend using the Application Insights JavaScript SDK.
915
+
Yes but it’s not recommended or supported by Azure. OpenTelemetry JavaScript is heavily optimized for Node.js. Instead, we recommend using the Application Insights JavaScript SDK.
916
916
917
917
- question: |
918
918
When can we expect the OpenTelemetry SDK to be available for use in web browsers?
0 commit comments