Skip to content

Commit 2702929

Browse files
Merge pull request #230660 from pritamso/Broken-link-fix-asudbring
Broken link fix
2 parents 539032a + 1a56ca0 commit 2702929

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/aks/http-application-routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ For information on how to install an HTTPS-secured Ingress controller in AKS, se
295295
<!-- LINKS - external -->
296296
[dns-pricing]: https://azure.microsoft.com/pricing/details/dns/
297297
[external-dns]: https://github.com/kubernetes-incubator/external-dns
298-
[kubectl]: https://kubernetes.io/docs/user-guide/kubectl/
298+
[kubectl]: https://kubernetes.io/docs/reference/kubectl/
299299
[kubectl-apply]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#apply
300300
[kubectl-get]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get
301301
[kubectl-delete]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#delete

articles/virtual-network/nat-gateway/tutorial-dual-stack-outbound-nat-load-balancer.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ az network nsg create \
374374
--resource-group TutorialIPv6NATLB-rg
375375
```
376376

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

379379
```azurecli-interactive
380380
az network nsg rule create \
@@ -393,7 +393,7 @@ az network nsg rule create \
393393

394394
### Create network interface
395395

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

398398
```azurecli-interactive
399399
az network nic create \
@@ -408,7 +408,7 @@ az network nic create \
408408

409409
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).
410410

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

413413
```azurecli-interactive
414414
az network nic ip-config create \
@@ -678,13 +678,13 @@ Make note of both IP addresses. Use the IPs to verify the outbound connectivity
678678

679679
1. On the desktop of **myVM**, open **Microsoft Edge**.
680680

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

683683
1. You should see the IPv4 address displayed. In this example, the IP of **20.230.191.5** is displayed.
684684

685685
:::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.":::
686686

687-
1. In the address bar, enter **http://v6.testmyipv6.com**
687+
1. In the address bar, enter `http://v6.testmyipv6.com`
688688

689689
1. You should see the IPv6 address displayed. In this example, the IP of **2603:1030:c02:8::14** is displayed.
690690

@@ -709,13 +709,13 @@ Make note of both IP addresses. Use the IPs to verify the outbound connectivity
709709

710710
1. On the desktop of **myVM**, open **Microsoft Edge**.
711711

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

714714
1. You should see the IPv4 address displayed. In this example, the IP of **40.90.217.214** displayed.
715715

716716
:::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.":::
717717

718-
1. In the address bar, enter **http://v6.testmyipv6.com**
718+
1. In the address bar, enter `http://v6.testmyipv6.com`
719719

720720
1. You should see the IPv6 address displayed. In this example, the IP of **2603:1030:c04:3::4d** is displayed.
721721

0 commit comments

Comments
 (0)