Skip to content

Commit ceb3158

Browse files
authored
Update cross-subscription-how-to-attach-backend.md
1 parent b2e048a commit ceb3158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $LB = New-AzLoadBalancer @loadbalancer
4848
4949
$LBinfo = @{
5050
ResourceGroupName = 'resource group B'
51-
Name = 'my-lb
51+
Name = 'my-lb'
5252
}
5353
5454
# Create a public IP address
@@ -124,4 +124,4 @@ az network lb address-pool update --lb-name myLoadBalancer --resource-group myRe
124124
## Next steps
125125

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

0 commit comments

Comments
 (0)