From 71744c82953bebf3a37af5940a776bebe7f7c142 Mon Sep 17 00:00:00 2001 From: ImranHabib <47118050+joinimran@users.noreply.github.com> Date: Wed, 25 Mar 2020 19:18:40 +0500 Subject: [PATCH 1/2] Adding link to document for NMI in Azure Add a link for the user to point to how to use NMI in the Azure environment. Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/6223 --- .../client-management/generate-kernel-or-complete-crash-dump.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/client-management/generate-kernel-or-complete-crash-dump.md b/windows/client-management/generate-kernel-or-complete-crash-dump.md index 6601e238eb..0df117af6a 100644 --- a/windows/client-management/generate-kernel-or-complete-crash-dump.md +++ b/windows/client-management/generate-kernel-or-complete-crash-dump.md @@ -101,6 +101,8 @@ To do this, follow these steps: 9. Test this method on the server by using the NMI switch to generate a dump file. You will see a STOP 0x00000080 hardware malfunction. +If you want to run NMI in Microsoft Azure using serial console, see [Use Serial Console for SysRq and NMI calls](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/serial-console-nmi-sysrq). + ### Use the keyboard [Forcing a System Crash from the Keyboard](https://docs.microsoft.com/windows-hardware/drivers/debugger/forcing-a-system-crash-from-the-keyboard) From 55c7fbb278ebcec4568f4a0f13a98f12adedebf4 Mon Sep 17 00:00:00 2001 From: ImranHabib <47118050+joinimran@users.noreply.github.com> Date: Wed, 25 Mar 2020 20:30:57 +0500 Subject: [PATCH 2/2] Update windows/client-management/generate-kernel-or-complete-crash-dump.md Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- .../generate-kernel-or-complete-crash-dump.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/windows/client-management/generate-kernel-or-complete-crash-dump.md b/windows/client-management/generate-kernel-or-complete-crash-dump.md index 0df117af6a..3fa65253ea 100644 --- a/windows/client-management/generate-kernel-or-complete-crash-dump.md +++ b/windows/client-management/generate-kernel-or-complete-crash-dump.md @@ -101,7 +101,7 @@ To do this, follow these steps: 9. Test this method on the server by using the NMI switch to generate a dump file. You will see a STOP 0x00000080 hardware malfunction. -If you want to run NMI in Microsoft Azure using serial console, see [Use Serial Console for SysRq and NMI calls](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/serial-console-nmi-sysrq). +If you want to run NMI in Microsoft Azure using Serial Console, see [Use Serial Console for SysRq and NMI calls](https://docs.microsoft.com/azure/virtual-machines/linux/serial-console-nmi-sysrq). ### Use the keyboard @@ -110,4 +110,3 @@ If you want to run NMI in Microsoft Azure using serial console, see [Use Serial ### Use Debugger [Forcing a System Crash from the Debugger](https://docs.microsoft.com/windows-hardware/drivers/debugger/forcing-a-system-crash-from-the-debugger) -