Skip to content

Commit 705f1fb

Browse files
committed
update vm md according to ci 113034-fix words
1 parent 82109ef commit 705f1fb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/virtual-machines/troubleshooting/troubleshoot-vm-by-use-nested-virtualization.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Troubleshoot a problem Azure VM by using nested virtualization in Azure | Microsoft Docs
2+
title: Troubleshoot a faulty Azure VM by using nested virtualization in Azure | Microsoft Docs
33
description: How to troubleshoot a problem Azure VM by using nested virtualization in Azure
44
services: virtual-machines-windows
55
documentationcenter: ''
@@ -16,13 +16,13 @@ ms.topic: article
1616
ms.date: 11/19/2019
1717
ms.author: genli
1818
---
19-
# Troubleshoot a problem Azure VM by using nested virtualization in Azure
19+
# Troubleshoot a faulty Azure VM by using nested virtualization in Azure
2020

21-
This article shows how to create a nested virtualization environment in Microsoft Azure, so you can mount the disk of the problem VM on the Hyper-V host (Rescue VM) for troubleshooting purposes.
21+
This article shows how to create a nested virtualization environment in Microsoft Azure, so you can mount the disk of the faulty VM on the Hyper-V host (Rescue VM) for troubleshooting purposes.
2222

2323
## Prerequisites
2424

25-
To mount the problem VM, the Rescue VM must use the same type of Storage Account (Standard or Premium) as the problem VM.
25+
In order to mount the faulty VM, the Rescue VM must use the same type of Storage Account (Standard or Premium) as the faulty VM.
2626

2727
## Step 1: Create a Rescue VM and install Hyper-V role
2828

@@ -32,9 +32,9 @@ To mount the problem VM, the Rescue VM must use the same type of Storage Account
3232

3333
- Size: Any V3 series with at least two cores that support nested virtualization. For more information, see [Introducing the new Dv3 and Ev3 VM sizes](https://azure.microsoft.com/blog/introducing-the-new-dv3-and-ev3-vm-sizes/).
3434

35-
- Same location, Storage Account, and Resource Group as the problem VM.
35+
- Same location, Storage Account, and Resource Group as the faulty VM.
3636

37-
- Select the same storage type as the problem VM (Standard or Premium).
37+
- Select the same storage type as the faulty VM (Standard or Premium).
3838

3939
2. After the Rescue VM is created, remote desktop to the Rescue VM.
4040

@@ -60,13 +60,13 @@ To mount the problem VM, the Rescue VM must use the same type of Storage Account
6060

6161
13. Allow the server to install the Hyper-V role. This takes a few minutes and the server will reboot automatically.
6262

63-
## Step 2: Create the problem VM on the Rescue VM’s Hyper-V server
63+
## Step 2: Create the faulty VM on the Rescue VM’s Hyper-V server
6464

6565
1. [Create a snapshot disk](troubleshoot-recovery-disks-portal-windows.md#take-a-snapshot-of-the-os-disk) for the OS disk of the VM that has problem, and then attach the snapshot disk to the recuse VM.
6666

6767
2. Remote desktop to the Rescue VM.
6868

69-
3. Open Disk Management (diskmgmt.msc). Make sure that the disk of the problem VM is set to **Offline**.
69+
3. Open Disk Management (diskmgmt.msc). Make sure that the disk of the faulty VM is set to **Offline**.
7070

7171
4. Open Hyper-V Manager: In **Server Manager**, select the **Hyper-V role**. Right-click the server, and then select the **Hyper-V Manager**.
7272

@@ -92,7 +92,7 @@ To mount the problem VM, the Rescue VM must use the same type of Storage Account
9292

9393
![the image about adds new hard drive](media/troubleshoot-vm-by-use-nested-virtualization/create-new-drive.png)
9494

95-
14. In **Physical Hard Disk**, select the disk of the problem VM that you attached to the Azure VM. If you do not see any disks listed, check if the disk is set to offline by using Disk management.
95+
14. In **Physical Hard Disk**, select the disk of the faulty VM that you attached to the Azure VM. If you do not see any disks listed, check if the disk is set to offline by using Disk management.
9696

9797
![the image about mounts the disk](media/troubleshoot-vm-by-use-nested-virtualization/mount-disk.png)
9898

@@ -103,7 +103,7 @@ To mount the problem VM, the Rescue VM must use the same type of Storage Account
103103

104104
17. Now you can work on the VM as the on-premises VM. You could follow any troubleshooting steps you need.
105105

106-
## Step 3: Replace the OS disk used by the problem VM
106+
## Step 3: Replace the OS disk used by the faulty VM
107107

108108
1. After you get the VM back online, shut down the VM in the Hyper-V manager.
109109

0 commit comments

Comments
 (0)