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-appservice.md
+43-1Lines changed: 43 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Enable Snapshot Debugger for .NET apps in Azure App Service
4
4
ms.topic: conceptual
5
5
author: brahmnes
6
6
ms.author: bfung
7
-
ms.date: 03/07/2019
7
+
ms.date: 03/26/2019
8
8
9
9
ms.reviewer: mbullwin
10
10
---
@@ -42,6 +42,48 @@ Application Insights Snapshot Debugger is pre-installed as part of the App Servi
42
42
Follow the same steps as for **Enable Snapshot Debugger**, but switch both switches for Snapshot Debugger to **Off**.
43
43
We recommend that you have Snapshot Debugger enabled on all your apps to ease diagnostics of application exceptions.
44
44
45
+
## Azure Resource Manager template
46
+
47
+
For an Azure App Service, you can set app settings in an Azure Resource Manager template to enable Snapshot Debugger and Profiler. You add a config resource that contains the app settings as a child resource of the website:
- Generate traffic to your application that can trigger an exception. Then, wait 10 to 15 minutes for snapshots to be sent to the Application Insights instance.
0 commit comments