Skip to content

Commit 55a910a

Browse files
author
Michael Bender
committed
Fixed broken urls
1 parent 9cc453a commit 55a910a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

articles/load-balancer/cross-subscription-how-to-attach-frontend.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ $publicIp = Get-AzPublicIpAddress @pip
7373

7474
# [Azure CLI](#tab/azurecli/)
7575

76-
```azurecli
77-
7876
With Azure CLI, you'll sign into Azure with [az login](/cli/azure/reference-index#az-login), and change your subscription context with [`az account set`](/cli/azure/account#az_account_set) to **Azure Subscription A**.
7977

8078
```azurecli

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ $lb = New-AzLoadBalancer @lbp
199199

200200
With Azure CLI, you:
201201

202-
- Create a cross-region load balancer with [`az network cross-region-lb create`](/cli/azure/network/address#az-network-cross-region-lb-rule-create).
203-
- Create a load balancer rule with [`az network cross-region-lb rule create`](/cli/azure/network/address#az-network-cross-region-lb-rule-create).
202+
- Create a cross-region load balancer with [`az network cross-region-lb create`](/cli/azure/network/cross-region-lb#az-network-cross-region-lb-create).
203+
- Create a load balancer rule with [`az network cross-region-lb rule create`](/cli/azure/network/cross-region-lb#az-network-cross-region-lb-rule-create).
204204

205205
```azurecli
206206
@@ -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/address#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`](/powershell/module/az.network/cross-region-lb#az-network-cross-region-lb-address-pool).
250250

251251
```azurecli
252252

0 commit comments

Comments
 (0)