Skip to content

Commit bd53a8e

Browse files
authored
Merge pull request #13495 from scooley/patch-3
Updated with a reference to acu
2 parents d2f2356 + a1cd409 commit bd53a8e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/virtual-machines/windows/nested-virtualization.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ ms.workload: infrastructure
1717
---
1818
# How to enable nested virtualization in an Azure VM
1919

20-
Nested virtualization is supported in the Dv3 and Ev3 series of Azure virtual machines. This capability provides great flexibility in supporting scenarios such as development, testing, training, and demonstration environments.
20+
Nested virtualization is supported in several Azure virtual machine families. This capability provides great flexibility in supporting scenarios such as development, testing, training, and demonstration environments.
2121

22-
All Dv3 and Ev3 series virtual machines support nested virtualization with no added configuration. This article steps through enabling Hyper-V on an Azure VM and configuring Internet connectivity to that guest virtual machine.
22+
This article steps through enabling Hyper-V on an Azure VM and configuring Internet connectivity to that guest virtual machine.
2323

24-
## Create a Dv3 or Ev3 series Azure VM
24+
## Create a nesting capable Azure VM
2525

26-
Create a new Windows Server 2016 Azure VM and choose a size from the Dv3 or Ev3 series. Ensure you choose a size large enough to support the demands of a guest virtual machine. In this example, we are using a D3_v3 size Azure VM.
26+
Create a new Windows Server 2016 Azure VM. For quick refernce, all v3 virtual machines support nested virtualization. For a complete list of virtual machine sizes that support nesting, check out the [Azure Compute Unit article](acu.md).
27+
28+
Remember to choose a VM size large enough to support the demands of a guest virtual machine. In this example, we are using a D3_v3 size Azure VM.
2729

2830
You can view the regional availability of Dv3 or Ev3 series virtual machines [here](https://azure.microsoft.com/regions/services/).
2931

0 commit comments

Comments
 (0)