Skip to content

Commit 313f318

Browse files
committed
acrolinx
1 parent d991832 commit 313f318

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/virtual-network/ip-services/virtual-network-multiple-ip-addresses-cli.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: asudbring
77
ms.service: virtual-network
88
ms.subservice: ip-services
99
ms.topic: how-to
10-
ms.date: 12/13/2022
10+
ms.date: 04/19/2023
1111
ms.author: allensu
1212
ms.custom: template-how-to, engagement-fy23, devx-track-azurecli
1313
---
@@ -61,7 +61,7 @@ Create a resource group with [az group create](/cli/azure/group#az-group-create)
6161

6262
## Create a virtual network
6363

64-
In this section, you'll create a virtual network for the virtual machine.
64+
In this section, you create a virtual network for the virtual machine.
6565

6666
Use [az network vnet create](/cli/azure/network/vnet#az-network-vnet-create) to create a virtual network.
6767

@@ -98,7 +98,7 @@ Use [az network public-ip create](/cli/azure/network/public-ip#az-network-public
9898

9999
## Create a network security group
100100

101-
In this section, you'll create a network security group for the virtual machine and virtual network.
101+
In this section, you create a network security group for the virtual machine and virtual network.
102102

103103
Use [az network nsg create](/cli/azure/network/nsg#az-network-nsg-create) to create the network security group.
104104

@@ -110,7 +110,7 @@ Use [az network nsg create](/cli/azure/network/nsg#az-network-nsg-create) to cre
110110

111111
### Create network security group rules
112112

113-
You'll create a rule to allow connections to the virtual machine on port 22 for SSH.
113+
You create a rule to allow connections to the virtual machine on port 22 for SSH.
114114

115115
Use [az network nsg rule create](/cli/azure/network/nsg/rule#az-network-nsg-rule-create) to create the network security group rules.
116116

@@ -131,7 +131,7 @@ Use [az network nsg rule create](/cli/azure/network/nsg/rule#az-network-nsg-rule
131131
```
132132
## Create a network interface
133133

134-
You'll use [az network nic create](/cli/azure/network/nic#az-network-nic-create) to create the network interface for the virtual machine. The public IP addresses and the NSG created previously are associated with the NIC. The network interface is attached to the virtual network you created previously.
134+
You use [az network nic create](/cli/azure/network/nic#az-network-nic-create) to create the network interface for the virtual machine. The public IP addresses and the NSG created previously are associated with the NIC. The network interface is attached to the virtual network you created previously.
135135

136136
```azurecli-interactive
137137
az network nic create \

0 commit comments

Comments
 (0)