Skip to content

Commit 50168bf

Browse files
author
PRMerger7
authored
Merge pull request #24807 from mrbullwinkle/mrb_10042017
Minor changes/cross-linking based on PM request
2 parents 6c8f627 + 59b91f5 commit 50168bf

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

articles/application-insights/app-insights-dotnetcore-quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ If you plan to continue on to work with subsequent quickstarts or with the tutor
122122
## Next steps
123123

124124
> [!div class="nextstepaction"]
125-
> [Find and diagnose performance problems](https://docs.microsoft.com/en-us/azure/application-insights/app-insights-analytics)
125+
> [Find and diagnose run-time exceptions](https://docs.microsoft.com/en-us/azure/application-insights/app-insights-tutorial-runtime-exceptions)

articles/application-insights/app-insights-snapshot-debugger.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ ms.tgt_pltfrm: ibiza
1212
ms.devlang: na
1313
ms.topic: article
1414
ms.date: 07/03/2017
15-
ms.author: bwren
15+
ms.author: mbullwin
1616

1717
---
1818
# Debug snapshots on exceptions in .NET apps
1919

2020
When an exception occurs, you can automatically collect a debug snapshot from your live web application. The snapshot shows the state of source code and variables at the moment the exception was thrown. The Snapshot Debugger (preview) in [Azure Application Insights](app-insights-overview.md) monitors exception telemetry from your web app. It collects snapshots on your top-throwing exceptions so that you have the information you need to diagnose issues in production. Include the [Snapshot collector NuGet package](http://www.nuget.org/packages/Microsoft.ApplicationInsights.SnapshotCollector) in your application, and optionally configure collection parameters in [ApplicationInsights.config](app-insights-configuration-with-applicationinsights-config.md). Snapshots appear on [exceptions](app-insights-asp-net-exceptions.md) in the Application Insights portal.
2121

22-
You can view debug snapshots in the portal to see the call stack and inspect variables at each call stack frame. To get a more powerful debugging experience with source code, open snapshots with Visual Studio 2017 Enterprise by [downloading the Snapshot Debugger extension for Visual Studio](https://aka.ms/snapshotdebugger).
22+
You can view debug snapshots in the portal to see the call stack and inspect variables at each call stack frame. To get a more powerful debugging experience with source code, open snapshots with Visual Studio 2017 Enterprise by [downloading the Snapshot Debugger extension for Visual Studio](https://aka.ms/snapshotdebugger). In Visual Studio you can also set Snappoints to interactively take snapshots without waiting for an exception.
2323

2424
Snapshot collection is available for:
2525
* .NET Framework and ASP.NET applications running .NET Framework 4.5 or later.
@@ -255,6 +255,6 @@ If you still don't see an exception with that snapshot ID, then the exception te
255255

256256
## Next steps
257257

258-
* [Set snappoints in your code](https://azure.microsoft.com/blog/snapshot-debugger-for-azure/) to get snapshots without waiting for an exception.
258+
* [Set snappoints in your code](https://docs.microsoft.com/en-us/visualstudio/debugger/debug-live-azure-applications) to get snapshots without waiting for an exception.
259259
* [Diagnose exceptions in your web apps](app-insights-asp-net-exceptions.md) explains how to make more exceptions visible to Application Insights.
260260
* [Smart Detection](app-insights-proactive-diagnostics.md) automatically discovers performance anomalies.

articles/application-insights/app-insights-tutorial-runtime-exceptions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Diagnose run-time exceptions using Azure Application Insights | Microsoft
33
description: Tutorial to find and diagnose run-time exceptions in your application using Azure Application Insights.
44
services: application-insights
55
keywords:
6-
author: bwren
7-
ms.author: bwren
6+
author: mrbullwinkle
7+
ms.author: mbullwin
88
ms.date: 09/19/2017
99
ms.service: application-insights
1010
ms.custom: mvc
@@ -33,6 +33,7 @@ To complete this tutorial:
3333
- ASP.NET and web development
3434
- Azure development
3535
- Download and install the [Visual Studio Snapshot Debugger](http://aka.ms/snapshotdebugger).
36+
- Enable [Visual Studio Snapshot Debugger](https://docs.microsoft.com/en-us/azure/application-insights/app-insights-snapshot-debugger)
3637
- Deploy a .NET application to Azure and [enable the Application Insights SDK](app-insights-asp-net.md).
3738
- The tutorial tracks the identification of an exception in your application, so modify your code in your development or test environment to generate an exception.
3839

0 commit comments

Comments
 (0)