Skip to content

Commit 35de4a6

Browse files
committed
link fixes
1 parent 7e9a055 commit 35de4a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/debugger/debug-azure-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ You can use Visual Studio to debug Azure apps in different scenarios:
3636

3737
- To debug a production app hosted in Azure App Service, see [Debug a live Azure app](../debugger/debug-live-azure-applications.md).
3838

39-
- To debug a production app using Application Insights and hosted in Azure App Service or Service Fabric, see [Debug snapshots on exceptions in .NET apps](/azure/application-insights/app-insights-snapshot-debugger.md).
39+
- To debug a production app using Application Insights and hosted in Azure App Service or Service Fabric, see [Debug snapshots on exceptions in .NET apps](/azure/application-insights/app-insights-snapshot-debugger).
4040

4141
- To remote debug ASP.NET on IIS (Azure App Service or an Azure VM), see [Remote Debugging ASP.NET on Azure](remote-debugging-azure.md).
4242

43-
- To remote debug ASP.NET on Azure Service Fabric, see [Debug a remote Service Fabric application](/azure/service-fabric/service-fabric-debugging-your-application.md#debug-a-remote-service-fabric-application)
43+
- To remote debug ASP.NET on Azure Service Fabric, see [Debug a remote Service Fabric application](/azure/service-fabric/service-fabric-debugging-your-application#debug-a-remote-service-fabric-application)
4444

4545
## See Also
4646
[Debugging in Visual Studio](../debugger/index.md)

docs/debugger/debug-live-azure-applications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Snapshot collection is available for the following web aps running in Azure App
4040
- .NET Core 2.0 and ASP.NET Core 2.0 applications running on Windows.
4141

4242
> [!NOTE]
43-
> With some additional configuration, Application Insights can automatically capture snapshots when your app hits an exception. For more information, see [Debug snapshots on exceptions in .NET apps](/azure/application-insights/app-insights-snapshot-debugger.md). Application Insights supports Service Fabric apps in addition to App Service.
43+
> With some additional configuration, Application Insights can automatically capture snapshots when your app hits an exception. For more information, see [Debug snapshots on exceptions in .NET apps](/azure/application-insights/app-insights-snapshot-debugger). Application Insights supports Service Fabric apps in addition to App Service.
4444
4545
## Start the Snapshot Debugger
4646

@@ -134,7 +134,7 @@ In addition to taking a snapshot when a snappoint is hit, you can also configure
134134

135135
![Logpoint data in the .diagsession window](../debugger/media/snapshot-logpoint-output.png "Logpoint data in the .diagsession window")
136136

137-
If you choose **Send to application log**, when the logpoint is hit the message will appear anywhere that you can see see messages from `System.Diagnostics.Trace` (or `ILogger` in .NET Core), such as [App Insights](/azure/application-insights/app-insights-asp-net-trace-logs.md).
137+
If you choose **Send to application log**, when the logpoint is hit the message will appear anywhere that you can see see messages from `System.Diagnostics.Trace` (or `ILogger` in .NET Core), such as [App Insights](/azure/application-insights/app-insights-asp-net-trace-logs).
138138

139139
## See Also
140140
[Debug Azure apps](../debugger/debug-azure-apps.md)

0 commit comments

Comments
 (0)