Skip to content

Commit bbdda7b

Browse files
committed
fixes
1 parent e580fe8 commit bbdda7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ In this article, you'll create a virtual machine in Azure with the Azure CLI. Th
2020
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
2121

2222
[!INCLUDE [azure-cli-prepare-your-environment-no-header.md](../../../includes/azure-cli-prepare-your-environment-no-header.md)]
23+
2324
- This tutorial requires version 2.0.28 or later of the Azure CLI. If using Azure Cloud Shell, the latest version is already installed.
2425

2526
## Create a resource group
@@ -202,7 +203,7 @@ user@Azure:~$ az network public-ip show \
202203
2603:1030:408:6::9d
203204
```
204205

205-
Open an 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. Replace the IP address with the IP address of your virtual machine.
206207

207208
```bash
208209

0 commit comments

Comments
 (0)