You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-balancer/load-balancer-common-deployment-errors.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,21 @@ This article describes some common Azure Load Balancer deployment errors and pro
29
29
|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. |
30
30
|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. |
31
31
|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"
0 commit comments