Skip to content

Commit 1a675e1

Browse files
Merge pull request #278768 from mahipdeora/patch-41
Update cross-subscription-how-to-internal-load-balancer.md
2 parents ddba53a + a472519 commit 1a675e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/load-balancer/cross-subscription-how-to-internal-load-balancer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $LB = New-AzLoadBalancer @loadbalancer
5656
5757
$LBinfo = @{
5858
ResourceGroupName = 'myResourceGroupLB'
59-
Name = 'myLoadBalancer
59+
Name = 'myLoadBalancer'
6060
}
6161
6262
## Add load balancer frontend configuration and apply to load balancer.
@@ -116,4 +116,4 @@ az network lb address-pool update --lb-name myLoadBalancer --resource-group myRe
116116
## Next steps
117117

118118
> [!div class="nextstepaction"]
119-
> [Attach a cross-subscription frontend to an Azure Load Balancer](./cross-subscription-how-to-attach-frontend.md)
119+
> [Attach a cross-subscription frontend to an Azure Load Balancer](./cross-subscription-how-to-attach-frontend.md)

0 commit comments

Comments
 (0)