Skip to content

Commit 8ba8a3b

Browse files
committed
Fix urls
1 parent b649962 commit 8ba8a3b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

includes/load-balancer-multi-ip-portal.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ In this section, you create two virtual machines to host the IIS websites.
8585

8686
In this section, you change the private IP address of the existing NIC of each virtual machine to **Static**. Next, you add a new NIC resource to each virtual machine with a **Static** private IP address configuration.
8787

88-
For more information on configuring floating IP in the virtual machine configuration, see [Floating IP Guest OS configuration](load-balancer-floating-ip.md#floating-ip-guest-os-configuration).
88+
For more information on configuring floating IP in the virtual machine configuration, see [Floating IP Guest OS configuration](/azure/load-balancer/load-balancer-floating-ip.md#floating-ip-guest-os-configuration).
8989

9090
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
9191

@@ -401,9 +401,9 @@ During the creation of the load balancer, you configure:
401401
> [!NOTE]
402402
> IPv6 isn't currently supported with Routing Preference or Cross-region load-balancing (Global Tier).
403403
>
404-
> For more information on IP prefixes, see [Azure Public IP address prefix](../virtual-network/ip-services/public-ip-address-prefix.md).
404+
> For more information on IP prefixes, see [Azure Public IP address prefix](/azure/virtual-network/ip-services/public-ip-address-prefix.md).
405405
>
406-
> In regions with [Availability Zones](../reliability/availability-zones-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json), you can select no-zone (default option), a specific zone, or zone-redundant. The choice depends on your specific domain failure requirements. In regions without Availability Zones, this field won't appear.</br> For more information on availability zones, see [Availability zones overview](../reliability/availability-zones-overview.md).
406+
> In regions with [Availability Zones](/azure/reliability/availability-zones-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json), you can select no-zone (default option), a specific zone, or zone-redundant. The choice depends on your specific domain failure requirements. In regions without Availability Zones, this field won't appear.</br> For more information on availability zones, see [Availability zones overview](/azure/reliability/availability-zones-overview.md).
407407

408408
7. Select **Add**.
409409

@@ -509,8 +509,8 @@ During the creation of the load balancer, you configure:
509509
32. Select **Create**.
510510

511511
> [!NOTE]
512-
> In this example, we created a NAT gateway to provide outbound Internet access. The outbound rules tab in the configuration is bypassed as it's optional and isn't needed with the NAT gateway. For more information on Azure NAT gateway, see [What is Azure Virtual Network NAT?](../virtual-network/nat-gateway/nat-overview.md)
513-
> For more information about outbound connections in Azure, see [Source Network Address Translation (SNAT) for outbound connections](../load-balancer/load-balancer-outbound-connections.md)
512+
> In this example, we created a NAT gateway to provide outbound Internet access. The outbound rules tab in the configuration is bypassed as it's optional and isn't needed with the NAT gateway. For more information on Azure NAT gateway, see [What is Azure Virtual Network NAT?](/azure/virtual-network/nat-gateway/nat-overview.md)
513+
> For more information about outbound connections in Azure, see [Source Network Address Translation (SNAT) for outbound connections](/azure/load-balancer/load-balancer-outbound-connections.md)
514514

515515
## Test load balancer
516516

includes/load-balancer-multi-ip-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Use the following steps to create a load balancer that can balance traffic acros
4141
4242
Then complete [Create a Windows VM](/previous-versions/azure/virtual-machines/scripts/virtual-machines-windows-powershell-sample-create-vm?toc=%2fazure%2fload-balancer%2ftoc.json) steps 6.3 through 6.8.
4343
44-
5. Add a second IP configuration to each of the VMs. Follow the instructions in [Assign multiple IP addresses to virtual machines](../virtual-network/ip-services/virtual-network-multiple-ip-addresses-powershell.md#add-secondary-private-and-public-ip-address) article. Use the following configuration settings:
44+
5. Add a second IP configuration to each of the VMs. Follow the instructions in [Assign multiple IP addresses to virtual machines](/azure/virtual-network/ip-services/virtual-network-multiple-ip-addresses-powershell) article. Use the following configuration settings:
4545
4646
```powershell
4747
$NicName = "VM1-NIC2"

0 commit comments

Comments
 (0)