Skip to content

Commit ecef306

Browse files
committed
Update broken urls and redirects
1 parent 0571991 commit ecef306

7 files changed

+21
-6
lines changed

articles/load-balancer/.openpublishing.redirection.load-balancer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,21 @@
379379
"source_path_from_root": "/articles/load-balancer/upgrade-internalbasic-to-publicstandard.md",
380380
"redirect_url": "/azure/load-balancer/upgrade-basic-standard-with-powershell",
381381
"redirect_document_id": false
382+
},
383+
{
384+
"source_path_from_root": "/articles/load-balancer/tutorial-gateway-portal.md",
385+
"redirect_url": "/azure/load-balancer/tutorial-create-gateway-load-balancer",
386+
"redirect_document_id": false
387+
},
388+
{
389+
"source_path_from_root": "/articles/load-balancer/tutorial-gateway-cli.md",
390+
"redirect_url": "/azure/load-balancer/tutorial-create-gateway-load-balancer",
391+
"redirect_document_id": false
392+
},
393+
{
394+
"source_path_from_root": "/articles/load-balancer/tutorial-gateway-powershell.md",
395+
"redirect_url": "/azure/load-balancer/tutorial-create-gateway-load-balancer",
396+
"redirect_document_id": false
382397
}
383398
]
384399
}

articles/load-balancer/gateway-deploy-dual-stack-load-balancer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Along with the Gateway Load Balancer, this scenario includes the following alrea
3434

3535
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
3636
- An existing dual-stack load balancer. For more information on creating a dual-stack load balancer, see [Deploy IPv6 dual stack application - Standard Load Balancer](virtual-network-ipv4-ipv6-dual-stack-standard-load-balancer-powershell.md).
37-
- An existing IPv4 gateway balancer. For more information on creating a gateway load balancer, see [Create a gateway load balancer](./tutorial-gateway-powershell.md).
37+
- An existing IPv4 gateway balancer. For more information on creating a gateway load balancer, see [Create a gateway load balancer](./Tutorial-create-gateway-load-balancer.md).
3838

3939
## Add IPv6 address ranges to an existing subnet
4040

articles/load-balancer/gateway-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ For pricing, see [Load Balancer pricing](https://azure.microsoft.com/pricing/det
8585

8686
## Next steps
8787

88-
- See [Create a Gateway Load Balancer using the Azure portal](tutorial-gateway-portal.md) to create a gateway load balancer.
88+
- See [Create a Gateway Load Balancer using the Azure portal](tutorial-create-gateway-load-balancer.md) to create a gateway load balancer.
8989
- Learn how to use [Gateway Load Balancer for outbound connectivity scenarios](tutorial-gateway-outbound-connectivity.md).
9090
- Learn more about [Azure Load Balancer](load-balancer-overview.md).

articles/load-balancer/gateway-partners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ Azure has a growing ecosystem of partners offering their network appliances for
122122

123123
## Next steps
124124

125-
* [Create a Azure Gateway Load Balancer](tutorial-gateway-portal.md)
125+
* [Create a Azure Gateway Load Balancer](tutorial-create-gateway-load-balancer.md)
126126
* [What is Azure Gateway Load Balancer?](gateway-overview.md)

articles/load-balancer/load-balancer-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following best practices are recommended to ensure the reliability of your G
5858

5959
#### Chain your Gateway Load Balancer to a Standard Public Load Balancer
6060

61-
Chaining your Gateway Load Balancer to a Standard Public Load Balancer is recommended. This configuration provides high availability and redundancy on both the NVA and application layer. For more information, see [Tutorial: Create a gateway load balancer](./tutorial-gateway-portal.md)
61+
Chaining your Gateway Load Balancer to a Standard Public Load Balancer is recommended. This configuration provides high availability and redundancy on both the NVA and application layer. For more information, see [Tutorial: Create a gateway load balancer](./tutorial-create-gateway-load-balancer.md)
6262

6363
#### Use a Gateway load balancer when using NVAs instead of a dual load balancer set-up.
6464

articles/load-balancer/load-balancer-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Key scenarios that you can accomplish by using Azure Standard Load Balancer incl
6363

6464
- Load balance TCP and UDP flow on all ports simultaneously by using [high-availability ports](./load-balancer-ha-ports-overview.md).
6565

66-
- Chain Standard Load Balancer and [Gateway Load Balancer](./tutorial-gateway-portal.md).
66+
- Chain Standard Load Balancer and [Gateway Load Balancer](./tutorial-create-gateway-load-balancer.md).
6767

6868
### <a name="securebydefault"></a>Security by default
6969

articles/load-balancer/tutorial-gateway-outbound-connectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this tutorial, you learn how to:
2525
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2626
- An existing public standard SKU Azure Load Balancer. For more information on creating a load balancer, see [Create a public load balancer using the Azure portal](quickstart-load-balancer-standard-public-portal.md).
2727
- For the purposes of this tutorial, the standard load balancer is named **myLoadBalancer** and is located in a resource group called **myResourceGroup**.
28-
- An existing Gateway SKU Azure Load Balancer. For more information on creating a gateway load balancer, see [Create a gateway load balancer using the Azure portal](tutorial-gateway-portal.md).
28+
- An existing Gateway SKU Azure Load Balancer. For more information on creating a gateway load balancer, see [Create a gateway load balancer using the Azure portal](tutorial-create-gateway-load-balancer.md).
2929
- For the purposes of this tutorial, the gateway load balancer in the examples is name **myGatewayLoadBalancer**.
3030
- A virtual machine or network virtual appliance deployed in the same region and resource group as the load balancers. For more information on deploying a virtual machine, see [Create a Windows VM in the Azure portal](/azure/virtual-machines/windows/quick-create-portal).
3131
- For the purposes of this tutorial, the virtual machine is named **myVM1**.

0 commit comments

Comments
 (0)