Skip to content

Commit 74e2204

Browse files
committed
edits
1 parent 4c8eb76 commit 74e2204

File tree

3 files changed

+18
-20
lines changed

3 files changed

+18
-20
lines changed

articles/virtual-network/create-vm-accelerated-networking-cli.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ ms.date: 03/20/2023
1212
ms.author: allensu
1313
ms.custom: fasttrack-edit, devx-track-azurecli
1414
---
15-
# Use Azure CLI to create a VM with Accelerated Networking
15+
# Use Azure CLI to create a Windows or Linux VM with Accelerated Networking
1616

17-
This article describes how to create a Linux or Windows virtual machine (VM) with Accelerated Networking (AccelNet) enabled by using the Azure command-line interface, Azure CLI. The article also discusses application binding requirements, and how to enable and manage Accelerated Networking on existing VMs.
17+
This article describes how to create a Linux or Windows virtual machine (VM) with Accelerated Networking (AccelNet) enabled by using the Azure CLI command-line interface. The article also discusses how to enable and manage Accelerated Networking on existing VMs.
1818

19-
You can also create a VM with Accelerated Networking enabled by using the [Azure portal](quick-create-portal.md). For more information about managing Accelerated Networking on VMs through the Azure portal, see [Manage Accelerated Networking through the portal](#manage-accelerated-networking-through-the-portal).
19+
You can also create a VM with Accelerated Networking enabled by using the [Azure portal](quick-create-portal.md). For more information about using the Azure portal to manage Accelerated Networking on VMs, see [Manage Accelerated Networking through the portal](#manage-accelerated-networking-through-the-portal).
2020

21-
To use Azure PowerShell to create a Windows VM with Accelerated Networking enabled, see [Use Azure CLI to create a Linux VM with Accelerated Networking](create-vm-accelerated-networking-cli.md).
21+
To use Azure PowerShell to create a Windows VM with Accelerated Networking enabled, see [Use Azure PowerShell to create a Linux VM with Accelerated Networking](create-vm-accelerated-networking-powershell.md).
2222

2323
## Prerequisites
2424

@@ -60,8 +60,8 @@ In the following examples, you can replace the example parameters such as `<myRe
6060

6161
1. The NSG contains several default rules, one of which disables all inbound access from the internet. Use [az network nsg rule create](/cli/azure/network/nsg/rule#az-network-nsg-rule-create) to open a port to allow remote desktop protocol (RDP) or secure shell (SSH) access to the VM.
6262

63-
# [Windows](#tab/windows)
64-
63+
# [Windows](#tab/windows)
64+
6565
```azurecli
6666
az network nsg rule create \
6767
--resource-group <myResourceGroup> \
@@ -76,9 +76,9 @@ In the following examples, you can replace the example parameters such as `<myRe
7676
--destination-address-prefix "*" \
7777
--destination-port-range 3389
7878
```
79-
80-
# [Linux](#tab/linux)
81-
79+
80+
# [Linux](#tab/linux)
81+
8282
```azurecli
8383
az network nsg rule create \
8484
--resource-group <myResourceGroup> \
@@ -120,7 +120,7 @@ In the following examples, you can replace the example parameters such as `<myRe
120120

121121
### Create a VM and attach the NIC
122122

123-
Use [az vm create](/cli/azure/vm#az-vm-create) to create the VM, and use the `--nics` option to attach the NIC you created. Make sure to select a VM size and distribution that's listed in [[Windows and Linux Accelerated Networking]](https://azure.microsoft.com/updates/accelerated-networking-in-expanded-preview). For a list of all VM sizes and characteristics, see [Sizes for virtual machines in Azure](../virtual-machines/sizes.md).
123+
Use [az vm create](/cli/azure/vm#az-vm-create) to create the VM, and use the `--nics` option to attach the NIC you created. Make sure to select a VM size and distribution that's listed in [Windows and Linux Accelerated Networking](https://azure.microsoft.com/updates/accelerated-networking-in-expanded-preview). For a list of all VM sizes and characteristics, see [Sizes for virtual machines in Azure](../virtual-machines/sizes.md).
124124

125125
# [Windows](#tab/windows)
126126

@@ -154,7 +154,7 @@ az vm create \
154154

155155
---
156156

157-
After the VM is created, you get output similar to the following example. Take note of the `publicIpAddress`, which you use to access the VM in later steps.
157+
After the VM is created, you get output similar to the following example. For a Linux machine, take note of the `publicIpAddress`, which you enter to access the VM in the next step.
158158

159159
```output
160160
{

articles/virtual-network/create-vm-accelerated-networking-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: allensu
1717

1818
This article describes how to use Azure PowerShell to create a Windows virtual machine (VM) with Accelerated Networking (AccelNet) enabled. The article also discusses how to enable and manage Accelerated Networking on existing VMs.
1919

20-
You can also create a VM with Accelerated Networking enabled by using the [Azure portal](quick-create-portal.md). For more information about managing Accelerated Networking on VMs through the Azure portal, see [Manage Accelerated Networking through the portal](#manage-accelerated-networking-through-the-portal).
20+
You can also create a VM with Accelerated Networking enabled by using the [Azure portal](quick-create-portal.md). For more information about using the Azure portal to manage Accelerated Networking on VMs, see [Manage Accelerated Networking through the portal](#manage-accelerated-networking-through-the-portal).
2121

2222
To use Azure CLI to create a Linux or Windows VM with Accelerated Networking enabled, see [Use Azure CLI to create a VM with Accelerated Networking](create-vm-accelerated-networking-cli.md).
2323

articles/virtual-network/virtual-network-network-interface.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ You need the following prerequisites:
2525
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2626
- An existing Azure virtual network. To create one, see [Quickstart: Create a virtual network by using the Azure portal](quick-create-portal.md).
2727

28-
To run the procedures in this article:
29-
30-
- Sign in to the [Azure portal](https://portal.azure.com) with your Azure account.
31-
32-
- Replace the placeholders in the examples with your own values.
28+
To run the procedures in this article, sign in to the [Azure portal](https://portal.azure.com) with your Azure account. You can replace the placeholders in the examples with your own values.
3329

3430
# [Azure CLI](#tab/azure-cli)
3531

@@ -93,11 +89,13 @@ To work with NICs, your account must be assigned to the [network contributor](..
9389

9490
## Create a network interface
9591

96-
The portal doesn't provide the option to assign a public IP address to a NIC when you create it. If you want to create a NIC with a public IP address, use Azure CLI or PowerShell. To add a public IP address to a NIC after you create it, see [Configure IP addresses for an Azure network interface](./ip-services/virtual-network-network-interface-addresses.md).
92+
You can create a NIC in the Azure portal or by using Azure CLI or Azure PowerShell.
93+
94+
- The portal doesn't provide the option to assign a public IP address to a NIC when you create it. If you want to create a NIC with a public IP address, use Azure CLI or PowerShell. To add a public IP address to a NIC after you create it, see [Configure IP addresses for an Azure network interface](./ip-services/virtual-network-network-interface-addresses.md).
9795

98-
The portal does create a public IP address and assign it to a NIC when you create a VM. A VM you create in the Azure portal has one NIC with default settings. To create a NIC with custom settings and attach it to a VM, or to add a NIC to an existing VM, use PowerShell or Azure CLI.
96+
- The portal does create a NIC with default settings and a public IP address when you create a VM. To create a NIC with custom settings and attach it to a VM, or to add a NIC to an existing VM, use PowerShell or Azure CLI.
9997

100-
The portal doesn't provide the option to assign the NIC to application security groups when you create the NIC, but Azure CLI and PowerShell do. However, you can assign an existing NIC to an application security group by using the portal if the NIC is attached to a VM. For more information, see [Add to or remove from application security groups](#add-or-remove-from-application-security-groups).
98+
- The portal doesn't provide the option to assign a NIC to application security groups when you create the NIC, but Azure CLI and PowerShell do. However, if an existing NIC is attached to a VM, you can use the portal to assign that NIC to an application security group. For more information, see [Add to or remove from application security groups](#add-or-remove-from-application-security-groups).
10199

102100
To create a NIC, use the following procedure.
103101

0 commit comments

Comments
 (0)