Skip to content

Commit 0b1202f

Browse files
authored
Acrolinx
1 parent 39a35b6 commit 0b1202f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following environments are supported:
4040
* [Azure Function](snapshot-debugger-function-app.md?toc=/azure/azure-monitor/toc.json)
4141
* [Azure Cloud Services](snapshot-debugger-vm.md?toc=/azure/azure-monitor/toc.json) running OS family 4 or later
4242
* [Azure Service Fabric services](snapshot-debugger-vm.md?toc=/azure/azure-monitor/toc.json) running on Windows Server 2012 R2 or later
43-
* [Azure Virtual Machines and virtual machine scale sets](snapshot-debugger-vm.md?toc=/azure/azure-monitor/toc.json) running Windows Server 2012 R2 or later
43+
* [Azure Virtual Machines and Virtual Machine Scale Sets](snapshot-debugger-vm.md?toc=/azure/azure-monitor/toc.json) running Windows Server 2012 R2 or later
4444
* [On-premises virtual or physical machines](snapshot-debugger-vm.md?toc=/azure/azure-monitor/toc.json) running Windows Server 2012 R2 or later or Windows 8.1 or later
4545

4646
> [!NOTE]
@@ -107,7 +107,6 @@ If there's a match, then a snapshot of the running process is created. The snaps
107107
The main process continues to run and serve traffic to users with little interruption. Meanwhile, the snapshot is handed off to the Snapshot Uploader process. The Snapshot Uploader creates a minidump and uploads it to Application Insights along with any relevant symbol (*.pdb*) files.
108108

109109
> [!TIP]
110-
111110
> * A process snapshot is a suspended clone of the running process.
112111
> * Creating the snapshot takes about 10 to 20 milliseconds.
113112
> * The default value for `ThresholdForSnapshotting` is 1. This is also the minimum value. Therefore, your app has to trigger the same exception **twice** before a snapshot is created.
@@ -151,7 +150,7 @@ Enable Application Insights Snapshot Debugger for your application:
151150
* [Azure Function](snapshot-debugger-function-app.md?toc=/azure/azure-monitor/toc.json)
152151
* [Azure Cloud Services](snapshot-debugger-vm.md?toc=/azure/azure-monitor/toc.json)
153152
* [Azure Service Fabric services](snapshot-debugger-vm.md?toc=/azure/azure-monitor/toc.json)
154-
* [Azure Virtual Machines and virtual machine scale sets](snapshot-debugger-vm.md?toc=/azure/azure-monitor/toc.json)
153+
* [Azure Virtual Machines and Virtual Machine Scale Sets](snapshot-debugger-vm.md?toc=/azure/azure-monitor/toc.json)
155154
* [On-premises virtual or physical machines](snapshot-debugger-vm.md?toc=/azure/azure-monitor/toc.json)
156155

157156
Beyond Application Insights Snapshot Debugger:

0 commit comments

Comments
 (0)