Skip to content

Commit 7e88292

Browse files
committed
freshen up the upgrade doc
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 2a06ddb commit 7e88292

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

articles/azure-monitor/snapshot-debugger/snapshot-debugger-upgrade.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ author: hhunter-ms
66
ms.reviewer: charles.weininger
77
reviewer: cweining
88
ms.topic: conceptual
9-
ms.date: 08/18/2022
10-
ms.custom: devdivchpfy22, devx-track-dotnet
9+
ms.date: 07/10/2023
10+
ms.custom: devdivchpfy22, devx-track-dotnet, engagement
1111
---
1212

1313
# Upgrade the Snapshot Debugger
1414

15-
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.
1617
1718
Depending on how you enabled the Snapshot Debugger, you can follow two primary upgrade paths:
1819

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
2322

24-
## Upgrade the site extension
23+
# [Site extension](#tab/site-ext)
2524

2625
> [!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.
2828
> To avoid conflicts, which might cause your site to stop working, delete the private site extension first. See step 4 in the following procedure.
2929
3030
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
3434

3535
:::image type="content" source="./media/snapshot-debugger-upgrade/app-service-resource.png" alt-text="Screenshot that shows an individual App Service resource named DiagService01.":::
3636

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.
3838

3939
:::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.":::
4040

@@ -67,6 +67,14 @@ If you enabled the Snapshot Debugger by using the site extension, you can upgrad
6767

6868
The site is now upgraded and is ready to use.
6969

70-
## Upgrade Snapshot Debugger by using SDK/NuGet
7170

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

Comments
 (0)