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/app/snapshot-debugger-upgrade.md
+24-14Lines changed: 24 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,49 +4,59 @@ description: How to upgrade Snapshot Debugger to the latest version on Azure App
4
4
ms.service: azure-monitor
5
5
ms.subservice: application-insights
6
6
ms.topic: conceptual
7
-
author: MarioHewardt
8
-
ms.author: marioh
7
+
author: pharring
8
+
ms.author: pharring
9
9
ms.date: 03/28/2019
10
10
11
11
ms.reviewer: mbullwin
12
12
---
13
13
14
14
# Upgrading the Snapshot Debugger
15
15
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.
17
17
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.
18
18
19
19
## Upgrading the site extension
20
20
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:
22
26
23
27
1. Sign in to the Azure portal.
24
28
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:
25
29
26
30

27
31
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
+

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
+

39
+
40
+
5. Go to the Overview blade of your resource and click on Application Insights:
29
41
30
42

31
43
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
+

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**.
33
49
34
50

35
51
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.
37
53
38
54
> [!NOTE]
39
55
> The site will be restarted as part of the upgrade process.
40
56
41
57

42
58
43
-
6. Click **Yes** to apply the changes. During the process a notification will appear showing that changes are being applied:
44
-
45
-

46
-
47
-
Once completed, a **"Changes are applied"** notification will appear.
48
-
49
-

59
+
9. Click **Yes** to apply the changes and wait for the process to complete.
50
60
51
61
The site has now been upgraded and is ready to use.
0 commit comments