Skip to content

Commit 0ba71d7

Browse files
authored
Merge pull request #95572 from pharring/master
Snapshot Debugger Upgrade refresh
2 parents 65b71a9 + 8d89fac commit 0ba71d7

10 files changed

+24
-14
lines changed
3.84 KB
Loading
0 Bytes
Loading
21.8 KB
Loading
19.3 KB
Loading
0 Bytes
Loading
Binary file not shown.
15.6 KB
Loading
Binary file not shown.
0 Bytes
Loading

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

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,49 +4,59 @@ description: How to upgrade Snapshot Debugger to the latest version on Azure App
44
ms.service: azure-monitor
55
ms.subservice: application-insights
66
ms.topic: conceptual
7-
author: MarioHewardt
8-
ms.author: marioh
7+
author: pharring
8+
ms.author: pharring
99
ms.date: 03/28/2019
1010

1111
ms.reviewer: mbullwin
1212
---
1313

1414
# Upgrading the Snapshot Debugger
1515

16-
To provide the best possible security for your data, Microsoft is moving away from TLS 1.0 and TLS 1.1, which have been shown to be vulnerable to determined attackers. If you are using an older version of the site extension, it will require an upgrade to continue working. This document outlines the steps needed to upgrade your Snapshot debugger to the latest version.
16+
To provide the best possible security for your data, Microsoft is moving away from TLS 1.0 and TLS 1.1, which have been shown to be vulnerable to determined attackers. If you're using an older version of the site extension, it will require an upgrade to continue working. This document outlines the steps needed to upgrade your Snapshot debugger to the latest version.
1717
There are two primary upgrade paths depending on if you enabled the Snapshot Debugger using a site extension or if you used an SDK/Nuget added to your application. Both upgrade paths are discussed below.
1818

1919
## Upgrading the site extension
2020

21-
If you enabled the Snapshot debugger using the site extension, you can easily upgrade using the following procedure:
21+
> [!IMPORTANT]
22+
> 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 pre-installed site extension.
23+
> To avoid conflicts, which may cause your site to stop working, it is important to delete the private site extension first. See step 4 below.
24+
25+
If you enabled the Snapshot debugger using the site extension, you can upgrade using the following procedure:
2226

2327
1. Sign in to the Azure portal.
2428
2. Navigate to your resource that has Application Insights and Snapshot debugger enabled. For example, for a Web App, navigate to the App Service resource:
2529

2630
![Screenshot of individual App Service resource named DiagService01](./media/snapshot-debugger-upgrade/app-service-resource.png)
2731

28-
3. Once you have navigated to your resource, click on Application Insights in the Overview blade:
32+
3. Once you've navigated to your resource, click on the Extensions blade and wait for the list of extensions to populate:
33+
34+
![Screenshot of App Service Extensions showing Application Insights extension for Azure App Service installed](./media/snapshot-debugger-upgrade/application-insights-site-extension-to-be-deleted.png)
35+
36+
4. If any version of _Application Insights extension for Azure App Service_ is installed, then select it and click Delete. Confirm **Yes** to delete the extension and wait for the delete to complete before moving to the next step.
37+
38+
![Screenshot of App Service Extensions showing Application Insights extension for Azure App Service with the Delete button highlighted](./media/snapshot-debugger-upgrade/application-insights-site-extension-delete.png)
39+
40+
5. Go to the Overview blade of your resource and click on Application Insights:
2941

3042
![Screenshot of three buttons. Center button with name Application Insights is selected](./media/snapshot-debugger-upgrade/application-insights-button.png)
3143

32-
4. A new blade will open with the current settings. Unless you want to take the opportunity to change your settings, you can leave them as is. The **Apply** button on the bottom of the blade is not enabled by default and you will have to toggle one of the settings to activate the button. You don’t have to change any actual settings, rather you can change the setting and then immediately change it back. We recommend toggling the Profiler setting and then selecting **Apply**.
44+
6. If this is the first time you've viewed the Application Insights blade for this App Service, you'll be prompted to turn on Application Insights. Select **Turn on Application Insights**.
45+
46+
![Screenshot of the first-time experience for the Application Insights blade with the Turn on Application Insights button highlighted](./media/snapshot-debugger-upgrade/turn-on-application-insights.png)
47+
48+
7. The current Application Insights settings are displayed. Unless you want to take the opportunity to change your settings, you can leave them as is. The **Apply** button on the bottom of the blade isn't enabled by default and you'll have to toggle one of the settings to activate the button. You don’t have to change any actual settings, rather you can change the setting and then immediately change it back. We recommend toggling the Profiler setting and then selecting **Apply**.
3349

3450
![Screenshot of Application Insights App Service Configuration page with Apply button highlighted in red](./media/snapshot-debugger-upgrade/view-application-insights-data.png)
3551

36-
5. Once you click **Apply**, you will be asked to confirm the changes.
52+
8. Once you click **Apply**, you'll be asked to confirm the changes.
3753

3854
> [!NOTE]
3955
> The site will be restarted as part of the upgrade process.
4056
4157
![Screenshot of App Service's apply monitoring prompt. Text box displays message: "We will now apply changes to your app settings and install our tools to link your Application Insights resource to the web app. This will restart the site. Do you want to continue?"](./media/snapshot-debugger-upgrade/apply-monitoring-settings.png)
4258

43-
6. Click **Yes** to apply the changes. During the process a notification will appear showing that changes are being applied:
44-
45-
![Screenshot of Apply Changes - Updating extensions message that appears in the upper right corner](./media/snapshot-debugger-upgrade/updating-extensions.png)
46-
47-
Once completed, a **"Changes are applied"** notification will appear.
48-
49-
![Screenshot of message stating changes are applied](./media/snapshot-debugger-upgrade/changes-are-applied.png)
59+
9. Click **Yes** to apply the changes and wait for the process to complete.
5060

5161
The site has now been upgraded and is ready to use.
5262

0 commit comments

Comments
 (0)