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
To provide the best possible security for your data, Microsoft is moving away from TLS 1.0 and TLS 1.1 because these protocols are vulnerable to determined attackers. If you're using an older version of the site extension, it requires an upgrade to continue working. This article outlines the steps needed to upgrade your instance of Snapshot Debugger to the latest version.
15
+
> [!IMPORTANT]
16
+
> [Microsoft is moving away from TLS 1.0 and TLS 1.1](/lifecycle/announcements/transport-layer-security-1x-disablement) due to vulnerabilities. If you're using an older version of the site extension, you need to upgrade your instance of Snapshot Debugger to the latest version.
16
17
17
18
Depending on how you enabled the Snapshot Debugger, you can follow two primary upgrade paths:
18
19
19
-
* Via site extension
20
-
* Via an SDK/NuGet added to your application
21
-
22
-
This article discusses both upgrade paths.
20
+
- Via site extension
21
+
- Via an SDK/NuGet added to your application
23
22
24
-
## Upgrade the site extension
23
+
#[Site extension](#tab/site-ext)
25
24
26
25
> [!IMPORTANT]
27
-
> Older versions of Application Insights used a private site extension called *Application Insights extension for Azure App Service*. The current Application Insights experience is enabled by setting App Settings to light up a preinstalled site extension.
26
+
> Older versions of Application Insights used a private site extension called *Application Insights extension for Azure App Service*.
27
+
> The current Application Insights experience is enabled by setting App Settings to light up a preinstalled site extension.
28
28
> To avoid conflicts, which might cause your site to stop working, delete the private site extension first. See step 4 in the following procedure.
29
29
30
30
If you enabled the Snapshot Debugger by using the site extension, you can upgrade by following these steps:
@@ -34,7 +34,7 @@ If you enabled the Snapshot Debugger by using the site extension, you can upgrad
34
34
35
35
:::image type="content" source="./media/snapshot-debugger-upgrade/app-service-resource.png" alt-text="Screenshot that shows an individual App Service resource named DiagService01.":::
36
36
37
-
1.After you've moved to your resource, select the **Extensions** pane. Wait for the list of extensions to populate.
37
+
1.Select the **Extensions** pane. Wait for the list of extensions to populate.
38
38
39
39
:::image type="content" source="./media/snapshot-debugger-upgrade/application-insights-site-extension-to-be-deleted.png" alt-text="Screenshot that shows App Service Extensions showing the Application Insights extension for Azure App Service installed.":::
40
40
@@ -67,6 +67,14 @@ If you enabled the Snapshot Debugger by using the site extension, you can upgrad
67
67
68
68
The site is now upgraded and is ready to use.
69
69
70
-
## Upgrade Snapshot Debugger by using SDK/NuGet
71
70
72
-
If the application is using a version of `Microsoft.ApplicationInsights.SnapshotCollector` earlier than version 1.3.1, you must upgrade it to a [newer version](https://www.nuget.org/packages/Microsoft.ApplicationInsights.SnapshotCollector) to continue working.
71
+
# [SDK/NuGet](#tab/sdk-nuget)
72
+
73
+
If your application is using a version of `Microsoft.ApplicationInsights.SnapshotCollector` earlier than version 1.3.1, upgrade it to a [newer version](https://www.nuget.org/packages/Microsoft.ApplicationInsights.SnapshotCollector) to continue working.
74
+
75
+
---
76
+
77
+
## Next steps
78
+
79
+
-[Learn how to view snapshots](./snapshot-debugger-data.md)
80
+
-[Troubleshoot issues you encounter in Snapshot Debugger](./snapshot-debugger-troubleshoot.md)
0 commit comments