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/nat-gateway/tutorial-dual-stack-outbound-nat-load-balancer.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -374,7 +374,7 @@ az network nsg create \
374
374
--resource-group TutorialIPv6NATLB-rg
375
375
```
376
376
377
-
Use [az network nsg rule create](/azure/network/nsg/rule#az-network-nsg-rule-create) to create a rule for RDP connectivity to the virtual machine.
377
+
Use [az network nsg rule create](/cli/azure/network/nsg/rule#az-network-nsg-rule-create) to create a rule for RDP connectivity to the virtual machine.
378
378
379
379
```azurecli-interactive
380
380
az network nsg rule create \
@@ -393,7 +393,7 @@ az network nsg rule create \
393
393
394
394
### Create network interface
395
395
396
-
Use [az network nic create](/azure/network/nic#az_network_nic_create) to create the network interface for the virtual machine.
396
+
Use [az network nic create](/cli/azure/network/nic#az-network-nic-create) to create the network interface for the virtual machine.
397
397
398
398
```azurecli-interactive
399
399
az network nic create \
@@ -408,7 +408,7 @@ az network nic create \
408
408
409
409
The support IPv6, the virtual machine must have a IPv6 network configuration added to the network interface. IPv6 can't be the primary IP configuration for a virtual machine network interface. For more information, see [Overview of IPv6](/azure/virtual-network/ip-services/ipv6-overview).
410
410
411
-
Use [az network nic ip-config create](/azure/network/nic/ip-config#az_network_nic_ip_config_create) to add the IPv6 configuration to the network interface.
411
+
Use [az network nic ip-config create](/cli/azure/network/nic/ip-config#az_network_nic_ip_config_create) to add the IPv6 configuration to the network interface.
412
412
413
413
```azurecli-interactive
414
414
az network nic ip-config create \
@@ -678,13 +678,13 @@ Make note of both IP addresses. Use the IPs to verify the outbound connectivity
678
678
679
679
1. On the desktop of **myVM**, open **Microsoft Edge**.
680
680
681
-
1. To confirm the IPv4 address, enter **http://v4.testmyipv6.com** in the address bar.
681
+
1. To confirm the IPv4 address, enter `http://v4.testmyipv6.com` in the address bar.
682
682
683
683
1. You should see the IPv4 address displayed. In this example, the IP of **20.230.191.5** is displayed.
684
684
685
685
:::image type="content" source="./media/tutorial-dual-stack-outbound-nat-load-balancer/portal-verify-ipv4.png" alt-text="Screenshot of outbound IPv4 public IP address from portal steps.":::
686
686
687
-
1. In the address bar, enter **http://v6.testmyipv6.com**
687
+
1. In the address bar, enter `http://v6.testmyipv6.com`
688
688
689
689
1. You should see the IPv6 address displayed. In this example, the IP of **2603:1030:c02:8::14** is displayed.
690
690
@@ -709,13 +709,13 @@ Make note of both IP addresses. Use the IPs to verify the outbound connectivity
709
709
710
710
1. On the desktop of **myVM**, open **Microsoft Edge**.
711
711
712
-
1. To confirm the IPv4 address, enter **http://v4.testmyipv6.com** in the address bar.
712
+
1. To confirm the IPv4 address, enter `http://v4.testmyipv6.com` in the address bar.
713
713
714
714
1. You should see the IPv4 address displayed. In this example, the IP of **40.90.217.214** displayed.
715
715
716
716
:::image type="content" source="./media/tutorial-dual-stack-outbound-nat-load-balancer/cli-verify-ipv4.png" alt-text="Screenshot of outbound IPv4 public IP address from CLI steps.":::
717
717
718
-
1. In the address bar, enter **http://v6.testmyipv6.com**
718
+
1. In the address bar, enter `http://v6.testmyipv6.com`
719
719
720
720
1. You should see the IPv6 address displayed. In this example, the IP of **2603:1030:c04:3::4d** is displayed.
0 commit comments