Skip to content

Commit 73d6cb8

Browse files
committed
changed bash code blocks to azurecli for doc-a-thon
1 parent b945935 commit 73d6cb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Use [az network public-ip show](/cli/azure/network/public-ip#az-network-public-i
180180
--output tsv
181181
```
182182

183-
```bash
183+
```azurecli-interactive
184184
user@Azure:~$ az network public-ip show \
185185
> --resource-group myResourceGroup \
186186
> --name myPublicIP-IPv4 \
@@ -197,7 +197,7 @@ user@Azure:~$ az network public-ip show \
197197
--output tsv
198198
```
199199

200-
```bash
200+
```azurecli-interactive
201201
user@Azure:~$ az network public-ip show \
202202
> --resource-group myResourceGroup \
203203
> --name myPublicIP-IPv6 \
@@ -208,7 +208,7 @@ user@Azure:~$ az network public-ip show \
208208

209209
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.
210210

211-
```bash
211+
```azurecli-interactive
212212
213213
```
214214

0 commit comments

Comments
 (0)