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/ip-services/create-vm-dual-stack-ipv6-cli.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Use [az network nsg create](/cli/azure/network/nsg#az_network_nsg_create) to cre
85
85
86
86
### Create network security group rules
87
87
88
-
You'll create a rule to allow connections to the virtual machine on port 22 for SSH. An additional rule is created to allow all ports for outbound connections.
88
+
You'll create a rule to allow connections to the virtual machine on port 22 for SSH. An extra rule is created to allow all ports for outbound connections.
89
89
90
90
Use [az network nsg rule create](/cli/azure/network/nsg/rule#az_network_nsg_rule_create) to create the network security group rules.
91
91
@@ -119,11 +119,11 @@ Use [az network nsg rule create](/cli/azure/network/nsg/rule#az_network_nsg_rule
119
119
120
120
## Create virtual machine
121
121
122
-
In this section, you'll crate the virtual machine and it's supporting resources.
122
+
In this section, you'll create the virtual machine and its supporting resources.
123
123
124
124
### Create network interface
125
125
126
-
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 as part of the command. The network interface is attached to the virtual network you created previously.
126
+
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.
127
127
128
128
```azurecli-interactive
129
129
az network nic create \
@@ -203,7 +203,7 @@ user@Azure:~$ az network public-ip show \
203
203
2603:1030:408:6::9d
204
204
```
205
205
206
-
Open a SSH connection to the virtual machine by using the following command.
206
+
Open an SSH connection to the virtual machine by using the following command.
0 commit comments