You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network/create-vm-accelerated-networking-powershell.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.devlang: na
13
13
ms.topic: article
14
14
ms.tgt_pltfrm: vm-windows
15
15
ms.workload: infrastructure
16
-
ms.date: 03/26/2020
16
+
ms.date: 04/15/2020
17
17
ms.author: gsilva
18
18
---
19
19
@@ -45,16 +45,16 @@ The benefits of accelerated networking only apply to the VM that it's enabled on
45
45
46
46
-**Decreased CPU utilization**: Bypassing the virtual switch in the host leads to less CPU utilization for processing network traffic.
47
47
48
-
## Limitations and constraints
49
-
50
-
### Supported operating systems
48
+
## Supported operating systems
51
49
52
50
The following distributions are supported directly from the Azure Gallery:
53
51
54
52
-**Windows Server 2019 Datacenter**
55
53
-**Windows Server 2016 Datacenter**
56
54
-**Windows Server 2012 R2 Datacenter**
57
55
56
+
## Limitations and constraints
57
+
58
58
### Supported VM instances
59
59
60
60
Accelerated networking is supported on most general purpose and compute-optimized instance sizes with two or more virtual CPUs (vCPUs). These supported series are: Dv2/DSv2 and F/Fs.
@@ -75,7 +75,7 @@ A supported VM size without accelerated networking enabled can only have the fea
75
75
76
76
Virtual machines (classic) can't be deployed with accelerated networking.
77
77
78
-
## Create a VM with accelerated networking in the Azure portal
78
+
## Creation using the portal
79
79
80
80
Though this article provides steps to create a VM with accelerated networking using Azure PowerShell, you can also [use the Azure portal to create a virtual machine](../virtual-machines/windows/quick-create-portal.md?toc=%2fazure%2fvirtual-network%2ftoc.json) that enables accelerated networking. When you create a VM in the portal, in the **Create a virtual machine** page, choose the **Networking** tab. This tab has an option for **Accelerated networking**. If you have chosen a [supported operating system](#supported-operating-systems) and [VM size](#supported-vm-instances), this option is automatically set to **On**. Otherwise, the option is set to **Off**, and Azure displays the reason why it can't be enabled.
81
81
@@ -92,7 +92,7 @@ After you create the VM, you can confirm whether accelerated networking is enabl
92
92
93
93
In the network interface information, next to the **Accelerated networking** label, the portal displays either **Disabled** or **Enabled** for the accelerated networking status.
94
94
95
-
## Create a VM with accelerated networking in PowerShell
95
+
## Creation using PowerShell
96
96
97
97
Before you proceed, install [Azure PowerShell](/powershell/azure/install-az-ps) version 1.0.0 or later. To find your currently installed version, run `Get-Module -ListAvailable Az`. If you need to install or upgrade, install the latest version of the Az module from the [PowerShell Gallery](https://www.powershellgallery.com/packages/Az). In a PowerShell session, sign in to an Azure account using [Connect-AzAccount](/powershell/module/az.accounts/connect-azaccount).
98
98
@@ -230,9 +230,9 @@ In the following examples, replace example parameter names with your own values.
## Confirm the driver is installed in the Windows VM
233
+
### Confirm the Ethernet controller is installed in the Windows VM
234
234
235
-
Once you create the VM in Azure, connect to the VM and confirm that the driver is installed in Windows.
235
+
Once you create the VM in Azure, connect to the VM and confirm that the Ethernet controller is installed in Windows.
236
236
237
237
1. Go to the [Azure portal](https://portal.azure.com) to manage your VMs. Search for and select **Virtual machines**.
238
238
@@ -340,7 +340,7 @@ A virtual machine scale set is slightly different, but it follows the same workf
340
340
-VMScaleSetName "myScaleSet"
341
341
```
342
342
343
-
Once you restart, wait for the upgrades to finish. After the upgrades are done, the VF appears inside the VM. Make sure you're using a supported OS and VM size.
343
+
Once you restart, wait for the upgrades to finish. After the upgrades are done, the virtual function (VF) appears inside the VM. Make sure you're using a supported OS and VM size.
344
344
345
345
### Resizing existing VMs with accelerated networking
0 commit comments