Skip to content

Commit 0f84c7c

Browse files
author
Michael Bender
committed
fixed URLs and links
1 parent 55a910a commit 0f84c7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/load-balancer/cross-subscription-how-to-global-backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Set-AzLoadBalancerBackendAddressPool @bepoolcr
246246

247247
# [Azure CLI](#tab/azurecli/)
248248

249-
With Azure CLI, you add the frontends you placed in variables in the backend pool of the cross-region load balancer with use [`az network cross-region-lb address-pool`](/powershell/module/az.network/cross-region-lb#az-network-cross-region-lb-address-pool).
249+
With Azure CLI, you add the frontends you placed in variables in the backend pool of the cross-region load balancer with use [`az network cross-region-lb address-pool`](/cli/azure/network/cross-region-lb#az-network-cross-region-lb-address-pool).
250250

251251
```azurecli
252252

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article provides an overview of cross-subscription load balancing with Azur
2222

2323
Cross-subscription load balancing allows you to deploy Azure Load Balancer resources across multiple subscriptions. This feature enables you to deploy a load balancer in one subscription and have the frontend IP and backend pool instances in a different subscription. This capability is useful for organizations that have separate subscriptions for networking and application resources.
2424

25-
:::image type="content" source="media/cross-subscription-load-balancer-overview/cross-subscription-load-balancer-concept-thumbnail.png" alt-text="Diagram of cross-subscription load balancer concepts with two subscriptions and resources." lightbox="media/cross-subscription-load-balancer-overview/global-load-balancer-cross-subscription-concept.png":::
25+
:::image type="content" source="media/cross-subscription-load-balancer-overview/global-load-balancer-cross-subscription-concept-thumbnail.png" alt-text="Diagram of cross-subscription load balancer concepts with two subscriptions and resources." lightbox="media/cross-subscription-load-balancer-overview/global-load-balancer-cross-subscription-concept.png":::
2626

2727
The table below illustrates some of the possible scenarios cross-subscription load balancing supports.
2828

@@ -106,4 +106,4 @@ When working cross-tenant, a user must be assigned to the *Network Contributor*
106106
## Next steps
107107

108108
> [!div class="nextstepaction"]
109-
> [ Create a cross-subscription internal load balancer](./cross-subscription-howto-internal-load-balancer.md)
109+
> [ Create a cross-subscription internal load balancer](./cross-subscription-how-to-internal-load-balancer.md)

0 commit comments

Comments
 (0)