Skip to content

Commit 4b14150

Browse files
committed
acrolinx
1 parent b94e6c2 commit 4b14150

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/virtual-network/ip-services/create-vm-dual-stack-ipv6-cli.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Use [az network nsg create](/cli/azure/network/nsg#az_network_nsg_create) to cre
8585

8686
### Create network security group rules
8787

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.
8989

9090
Use [az network nsg rule create](/cli/azure/network/nsg/rule#az_network_nsg_rule_create) to create the network security group rules.
9191

@@ -119,11 +119,11 @@ Use [az network nsg rule create](/cli/azure/network/nsg/rule#az_network_nsg_rule
119119

120120
## Create virtual machine
121121

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.
123123

124124
### Create network interface
125125

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.
127127

128128
```azurecli-interactive
129129
az network nic create \
@@ -203,7 +203,7 @@ user@Azure:~$ az network public-ip show \
203203
2603:1030:408:6::9d
204204
```
205205

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.
207207

208208
```bash
209209
@@ -220,9 +220,9 @@ When no longer needed, use the [az group delete](/cli/azure/group#az_group_delet
220220

221221
## Next steps
222222

223-
In this article you learned how to create a Azure Virtual machine with a dual-stack network.
223+
In this article, you learned how to create an Azure Virtual machine with a dual-stack network.
224224

225-
For more information about IPv6 and IP addresses in Azure see:
225+
For more information about IPv6 and IP addresses in Azure, see:
226226

227227
- [Overview of IPv6 for Azure Virtual Network.](ipv6-overview.md)
228228

0 commit comments

Comments
 (0)