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
@@ -61,7 +61,7 @@ Create a resource group with [az group create](/cli/azure/group#az-group-create)
61
61
62
62
## Create a virtual network
63
63
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.
65
65
66
66
Use [az network vnet create](/cli/azure/network/vnet#az-network-vnet-create) to create a virtual network.
67
67
@@ -98,7 +98,7 @@ Use [az network public-ip create](/cli/azure/network/public-ip#az-network-public
98
98
99
99
## Create a network security group
100
100
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.
102
102
103
103
Use [az network nsg create](/cli/azure/network/nsg#az-network-nsg-create) to create the network security group.
104
104
@@ -110,7 +110,7 @@ Use [az network nsg create](/cli/azure/network/nsg#az-network-nsg-create) to cre
110
110
111
111
### Create network security group rules
112
112
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.
114
114
115
115
Use [az network nsg rule create](/cli/azure/network/nsg/rule#az-network-nsg-rule-create) to create the network security group rules.
116
116
@@ -131,7 +131,7 @@ Use [az network nsg rule create](/cli/azure/network/nsg/rule#az-network-nsg-rule
131
131
```
132
132
## Create a network interface
133
133
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.
0 commit comments