Skip to content

Commit 291e73c

Browse files
authored
adjust table format
1 parent 8f1eecf commit 291e73c

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

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

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article describes some common Azure Load Balancer deployment errors and pro
1919
## Error codes
2020

2121
| Error code | Details and mitigation |
22-
| ------- | ---------- | ------------- |
22+
| ------- | ---------- |
2323
|DifferentSkuLoadBalancersAndPublicIPAddressNotAllowed| Both Public IP SKU and Load Balancer SKU must match. Ensure Azure Load Balancer and Public IP SKUs match. Standard SKU is recommended for production workloads. Learn more about the [differences in SKUs](./concepts-limitations.md#skus) |
2424
|DifferentSkuLoadBalancerAndPublicIPAddressNotAllowedInVMSS | Virtual machine scale sets default to Basic Load Balancers when SKU is unspecified or deployed without Standard Public IPs. Re-deploy virtual machine scale set with Standard Public IPs on the individual instances to ensure Standard Load Balancer is selected or simply select a Standard LB when deploying virtual machine scale set from the Azure portal. |
2525
|MaxAvailabilitySetsInLoadBalancerReached | The backend pool of a Load Balancer can contain a maximum of 150 availability sets. If you don't have availability sets explicitly defined for your VMs in the backend pool, each single VM goes into its own Availability Set. So deploying 150 standalone VMs would imply that it would have 150 Availability sets, thus hitting the limit. You can deploy an availability set and add additional VMs to it as a workaround. |
@@ -29,22 +29,15 @@ 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 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|
47-
| | |
32+
|ResourceDeploymentFailure| If your load balancer is in a failed state, follow these steps to bring it back from the failed state:<ol><li>Go to http://resources.azure.com, and sign in with your Azure portal credentials.</li>
33+
<li>Select **Read/Write**.</li>
34+
<li>On the left, expand **Subscriptions**, and then expand the Subscription with the Load Balancer to update.</li>
35+
<li>Expand **ResourceGroups**, and then expand the resource group with the Load Balancer to update.</li>
36+
<li>Select **Microsoft.Network** > **LoadBalancers**, and then select the Load Balancer to update, **LoadBalancer_1**.</li>
37+
<li>On the display page for **LoadBalancer_1**, select **GET** > **Edit**.</li>
38+
<li>Update the **ProvisioningState** value from **Failed** to **Succeeded**.</li>
39+
<li>Select **PUT**.</li></ol>|
40+
| | |
4841

4942
## Next steps
5043

0 commit comments

Comments
 (0)