Skip to content

Commit e54f0d1

Browse files
authored
Update load-balancer-common-deployment-errors.md
1 parent 04514a4 commit e54f0d1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

articles/load-balancer/load-balancer-common-deployment-errors.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@ This article describes some common Azure Load Balancer deployment errors and pro
2929
|CannotUseInactiveHealthProbe| You cannot have a probe that's not used by any rule configured for virtual machine scale set health. Ensure that the probe that is set up is being actively used. |
3030
|VMScaleSetCannotUseMultipleLoadBalancersOfSameType| You cannot have multiple Load Balancers of the same type (internal, public). You can have a maximum of one internal and one public Load Balancer. |
3131
|VMScaleSetCannotReferenceLoadbalancerWhenLargeScaleOrCrossAZ | Basic Load Balancer is not supported for multiple-placement group virtual machine scale sets or cross-availability zone virtual machine scale set. Use Standard Load Balancer instead. |
32+
|ResourceDeploymentFailure| If you load balancer is in failed state, follow the steps to Can you follow this process to bring it back from the failed state.
33+
∙ Go to Resources.azure.com
34+
∙ Login using your Azure portal credentials.
35+
∙ Click on Read/Write
36+
∙ On the Left pane, expand Subscriptions
37+
∙ Expand the particular Subscription where we have the LoadBalancer
38+
∙ Expand ResourceGroups
39+
∙ Expand the particular resource group where we have the LoadBalancer
40+
∙ Click and expand Microsoft.Network
41+
∙ Click and expand LoadBalancers
42+
∙ Click on the particular LoadBalancer (LoadBalancer_1)
43+
∙ On the display page for LoadBalancer_1, click GET
44+
∙ Click on Edit
45+
∙ On the Line where we have ProvisioningState, change the "Failed" to "Succeeded"
46+
∙ Click on PUT|
3247
| | |
3348

3449
## Next steps

0 commit comments

Comments
 (0)