Skip to content

Commit 4135617

Browse files
committed
Updated as per �ser Story: 1960395
1 parent a67253e commit 4135617

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ To configure BYOS for code-level diagnostics (Profiler/Debugger), there are thre
9393
* Using the Azure CLI
9494
* Using Azure Resource Manager templates
9595

96-
#### [PowerShell](#tab/azure-powershell))
96+
#### [PowerShell](#tab/azure-powershell)
9797

9898
1. Make sure you have installed Az PowerShell 4.2.0 or greater.
9999

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Simply include the [Snapshot collector NuGet package](https://www.nuget.org/pack
2222

2323
Snapshots appear on [**Exceptions**](../app/asp-net-exceptions.md) in the Application Insights blade of the Azure portal.
2424

25-
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 2019 Enterprise. In Visual Studio, you can also [set Snappoints to interactively take snapshots](/visualstudio/debugger/debug-live-azure-applications) without waiting for an exception.
25+
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 2019 Enterprise. In Visual Studio, you can also [set SnapPoints to interactively take snapshots](/visualstudio/debugger/debug-live-azure-applications) without waiting for an exception.
2626

2727
## Enable Application Insights Snapshot Debugger for your application
2828

@@ -141,7 +141,7 @@ In some cases, local variables can't be viewed in release builds because of opti
141141
However, in Azure App Services, the Snapshot Collector can deoptimize throwing methods that are part of its Collection Plan.
142142

143143
> [!TIP]
144-
> Install the Application Insights Site Extension in your App Service to get deoptimization support.
144+
> Install the Application Insights Site Extension in your App Service to get de-optimization support.
145145
146146
## Next steps
147147

0 commit comments

Comments
 (0)