Skip to content

Commit 4fa1652

Browse files
committed
Updated as per User Story: 1960395
1 parent f4f8264 commit 4fa1652

File tree

7 files changed

+34
-20
lines changed

7 files changed

+34
-20
lines changed

articles/azure-monitor/profiler/profiler-bring-your-own-storage.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
title: Configure BYOS (Bring Your Own Storage) for Profiler & Snapshot Debugger
33
description: Configure BYOS (Bring Your Own Storage) for Profiler & Snapshot Debugger
4-
ms.author: hhunter-ms
4+
ms.author: hannahhunter
5+
author: hhunter-ms
6+
ms.reviewer: charles.weininger
7+
reviewer: cweining
58
ms.topic: conceptual
69
ms.date: 08/09/2022
7-
ms.reviewer: cweining
810
ms.custom: devdivchpfy22
911
---
1012

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
title: Enable Snapshot Debugger for .NET apps in Azure App Service | Microsoft Docs
33
description: Enable Snapshot Debugger for .NET apps in Azure App Service
44
ms.topic: conceptual
5-
ms.author: hhunter-ms
5+
ms.author: hannahhunter
6+
author: hhunter-ms
7+
ms.reviewer: charles.weininger
8+
reviewer: cweining
69
ms.date: 08/09/2022
7-
ms.reviewer: cweining
810
ms.custom: devdivchpfy22
911
---
1012

@@ -142,7 +144,7 @@ Below you can find scenarios where Snapshot Collector is not supported:
142144

143145
|Scenario | Side Effects | Recommendation |
144146
|------------|--------------|----------------|
145-
|You're using the Snapshot Collector SDK in your application directly (.csproj) and have enabled the advanced option "Interop".| The local Application Insights SDK (including Snapshot Collector telemetry) will be lost and no Snapshots will be available. <br /><br />Your application could crash at startup with `System.ArgumentException: telemetryProcessorTypedoes not implement ITelemetryProcessor.`<br /><br />[Learn more about the Application Insights feature "Interop".](../app/azure-web-apps-net-core.md#troubleshooting) | If you are using the advanced option "Interop", use the codeless Snapshot Collector injection (enabled through the Azure portal). |
147+
|You're using the Snapshot Collector SDK in your application directly (.csproj) and have enabled the advanced option "Interop".| The local Application Insights SDK (including Snapshot Collector telemetry) will be lost and no Snapshots will be available. <br/> Your application could crash at startup with `System.ArgumentException: telemetryProcessorTypedoes not implement ITelemetryProcessor.` <br/> [Learn more about the Application Insights feature "Interop".](../app/azure-web-apps-net-core.md#troubleshooting) | If you are using the advanced option "Interop", use the codeless Snapshot Collector injection (enabled through the Azure portal). |
146148

147149
## Next steps
148150

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
title: Enable Snapshot Debugger for .NET and .NET Core apps in Azure Functions | Microsoft Docs
33
description: Enable Snapshot Debugger for .NET and .NET Core apps in Azure Functions
4-
ms.author: hhunter-ms
4+
ms.author: hannahhunter
5+
author: hhunter-ms
6+
ms.reviewer: charles.weininger
7+
reviewer: cweining
58
ms.topic: conceptual
69
ms.date: 08/09/2022
7-
ms.reviewer: cweining
810
ms.custom: devdivchpfy22
911
---
1012

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
title: Troubleshoot Azure Application Insights Snapshot Debugger
33
description: This article presents troubleshooting steps and information to help developers enable and use Application Insights Snapshot Debugger.
4-
ms.author: hhunter-ms
4+
ms.author: hannahhunter
5+
author: hhunter-ms
6+
ms.reviewer: charles.weininger
7+
reviewer: cweining
58
ms.topic: conceptual
69
ms.date: 08/09/2022
7-
ms.reviewer: cweining
810
ms.custom: devdivchpfy22
911
---
1012

@@ -20,7 +22,7 @@ Below you can find scenarios where Snapshot Collector is not supported:
2022

2123
|Scenario | Side Effects | Recommendation |
2224
|------------|--------------|----------------|
23-
|When using the Snapshot Collector SDK in your application directly (.csproj) and you have enabled the advance option "Interop".| The local Application Insights SDK (including Snapshot Collector telemetry) will be lost, therefore, no Snapshots will be available.<br /><br />Your application could crash at startup with `System.ArgumentException: telemetryProcessorTypedoes not implement ITelemetryProcessor.`<br /><br />For more information about the Application Insights feature "Interop", see the [documentation.](../app/azure-web-apps-net-core.md#troubleshooting) | If you are using the advance option "Interop", use the codeless Snapshot Collector injection (enabled thru the Azure Portal UX) |
25+
|When using the Snapshot Collector SDK in your application directly (.csproj) and you have enabled the advance option "Interop".| The local Application Insights SDK (including Snapshot Collector telemetry) will be lost, therefore, no Snapshots will be available. <br/> Your application could crash at startup with `System.ArgumentException: telemetryProcessorTypedoes not implement ITelemetryProcessor.` <br/> For more information about the Application Insights feature "Interop", see the [documentation.](../app/azure-web-apps-net-core.md#troubleshooting) | If you are using the advance option "Interop", use the codeless Snapshot Collector injection (enabled thru the Azure Portal UX) |
2426

2527
## Make sure you're using the appropriate Snapshot Debugger Endpoint
2628

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
title: Upgrading Azure Application Insights Snapshot Debugger
33
description: How to upgrade Snapshot Debugger for .NET apps to the latest version on Azure App Services, or via Nuget packages
4-
ms.author: hhunter-ms
4+
ms.author: hannahhunter
5+
author: hhunter-ms
6+
ms.reviewer: charles.weininger
7+
reviewer: cweining
58
ms.topic: conceptual
69
ms.date: 08/09/2022
7-
ms.reviewer: cweining
810
ms.custom: devdivchpfy22
911
---
1012

@@ -36,7 +38,7 @@ If you enabled the Snapshot debugger using the site extension, you can upgrade u
3638

3739
:::image type="content" source="./media/snapshot-debugger-upgrade/application-insights-site-extension-to-be-deleted.png" alt-text="Screenshot of App Service Extensions showing Application Insights extension for Azure App Service installed.":::
3840

39-
1. If any version of _Application Insights extension for Azure App Service_ is installed, select it and click **Delete**. Confirm **Yes** to delete the extension and wait for the delete to complete before moving to the next step.
41+
1. If any version of *Application Insights extension for Azure App Service* is installed, select it and click **Delete**. Confirm **Yes** to delete the extension and wait for the delete to complete before moving to the next step.
4042

4143
:::image type="content" source="./media/snapshot-debugger-upgrade/application-insights-site-extension-delete.png" alt-text="Screenshot of App Service Extensions showing Application Insights extension for Azure App Service with the Delete button highlighted.":::
4244

@@ -50,7 +52,7 @@ If you enabled the Snapshot debugger using the site extension, you can upgrade u
5052

5153
1. In the Application Insights settings blade, switch the Snapshot Debugger setting toggles to **On** and select **Apply**.
5254

53-
If you decide to change _any_ Application Insights settings, the **Apply** button on the bottom of the blade will be activated.
55+
If you decide to change *any* Application Insights settings, the **Apply** button on the bottom of the blade will be activated.
5456

5557
:::image type="content" source="./media/snapshot-debugger-upgrade/view-application-insights-data.png" alt-text="Screenshot of Application Insights App Service Configuration page with Apply button highlighted in red.":::
5658

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
title: Enable Snapshot Debugger for .NET apps in Azure Service Fabric, Cloud Service, and Virtual Machines | Microsoft Docs
33
description: Enable Snapshot Debugger for .NET apps in Azure Service Fabric, Cloud Service, and Virtual Machines
4-
ms.author: hhunter-ms
4+
ms.author: hannahhunter
5+
author: hhunter-ms
6+
ms.reviewer: charles.weininger
7+
reviewer: cweining
58
ms.topic: conceptual
69
ms.date: 08/09/2022
7-
ms.reviewer: cweining
810
ms.custom: devdivchpfy22
911
---
1012

@@ -62,7 +64,7 @@ If your application runs in Azure Service Fabric, Cloud Service, Virtual Machine
6264

6365
## Configure snapshot collection for applications using ASP.NET Core LTS or above
6466

65-
### Prerequisite
67+
### Prerequisites
6668

6769
[Enable Application Insights in your ASP.NET Core web app](../app/asp-net-core.md), if you haven't done it yet.
6870
> [!NOTE]
@@ -130,7 +132,7 @@ If your application runs in Azure Service Fabric, Cloud Service, Virtual Machine
130132
}
131133
```
132134

133-
1. If needed, customize the Snapshot Debugger configuration by adding a `SnapshotCollectorConfiguration` section to *appsettings.json*.
135+
1. If needed, customize the Snapshot Debugger configuration by adding a `SnapshotCollectorConfiguration` section to *appsettings.json*.
134136

135137
All settings in the Snapshot Debugger configuration are optional. Here's an example showing a configuration equivalent to the default configuration:
136138

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
title: Azure Application Insights Snapshot Debugger for .NET apps
33
description: Debug snapshots are automatically collected when exceptions are thrown in production .NET apps
4-
ms.author: hhunter-ms
4+
ms.author: hannahhunter
5+
author: hhunter-ms
6+
ms.reviewer: charles.weininger
7+
reviewer: cweining
58
ms.topic: conceptual
69
ms.custom: devx-track-dotnet, devdivchpfy22
710
ms.date: 08/09/2022
8-
ms.reviewer: cweining
911
---
1012

1113
# Debug snapshots on exceptions in .NET apps

0 commit comments

Comments
 (0)