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
Fix numbering in ResourceDeploymentFailure instructions (#23)
* Fix numbering in ResourceDeploymentFailure instructions
Corrected the numbering in the ResourceDeploymentFailure section for clarity.
* Update load balancer distribution mode documentation
Copy file name to clipboardExpand all lines: articles/load-balancer/load-balancer-common-deployment-errors.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ This article describes some common Azure Load Balancer deployment errors and pro
31
31
|VMScaleSetCannotUseMultipleLoadBalancersOfSameType| You can't have multiple Load Balancers of the same type (internal, public). You can have a maximum of one internal and one public Load Balancer. |
32
32
|VMScaleSetCannotReferenceLoadbalancerWhenLargeScaleOrCrossAZ | Basic Load Balancer isn't supported for multiple-placement group Virtual Machine Scale Sets or cross-availability zone Virtual Machine Scale Set. Use Standard Load Balancer instead. |
33
33
|MarketplacePurchaseEligibilityFailed | Switch to the correct Administrative account to enable purchases due to subscription being an EA Subscription. You can read more [here](../marketplace/marketplace-faq-publisher-guide.yml#what-could-block-a-customer-from-completing-a-purchase-). |
34
-
|ResourceDeploymentFailure| If your load balancer is in a failed state, follow these steps to bring it back from the failed state:<br>1. Go to https://resources.azure.com, and sign in with your Azure portal credentials.<br>1. Select **Read/Write**.<br>1. On the left, expand **Subscriptions**, and then expand the Subscription with the Load Balancer to update.<br>1. Expand **ResourceGroups**, and then expand the resource group with the Load Balancer to update.<br>1. Select **Microsoft.Network** > **LoadBalancers**, and then select the Load Balancer to update, **LoadBalancer_1**.<br>1. On the display page for **LoadBalancer_1**, select **GET** > **Edit**.<br>1. Update the **ProvisioningState** value from **Failed** to **Succeeded**.<br>1. Select **PUT**.|
34
+
|ResourceDeploymentFailure| If your load balancer is in a failed state, follow these steps to bring it back from the failed state:<br>1. Go to https://resources.azure.com, and sign in with your Azure portal credentials.<br>2. Select **Read/Write**.<br>3. On the left, expand **Subscriptions**, and then expand the Subscription with the Load Balancer to update.<br>4. Expand **ResourceGroups**, and then expand the resource group with the Load Balancer to update.<br>5. Select **Microsoft.Network** > **LoadBalancers**, and then select the Load Balancer to update, **LoadBalancer_1**.<br>6. On the display page for **LoadBalancer_1**, select **GET** > **Edit**.<br>7. Update the **ProvisioningState** value from **Failed** to **Succeeded**.<br>8. Select **PUT**.|
35
35
|LoadBalancerWithoutFrontendIPCantHaveChildResources | A Load Balancer resource that has no frontend IP configurations, can't have associated child resources or components associated to it. In order to mitigate this error, add a frontend IP configuration and then add the resources you're trying to add. |
36
36
| LoadBalancerRuleCountLimitReachedForNic | A backend pool member's network interface (virtual machine, Virtual Machine Scale Set) can't be associated to more than 300 rules. Reduce the number of rules or use another Load Balancer. This limit is documented on the [Load Balancer limits page](../azure-resource-manager/management/azure-subscription-service-limits.md#load-balancer).
37
37
| LoadBalancerInUseByVirtualMachineScaleSet | The Load Balancer resource is in use by a Virtual Machine Scale Set and can't be deleted. Use the Azure Resource Manager ID provided in the error message to search for the Virtual Machine Scale Set in order to delete it. |
@@ -42,4 +42,4 @@ This article describes some common Azure Load Balancer deployment errors and pro
42
42
## Next steps
43
43
44
44
* Look through the Azure Load Balancer [SKU comparison table](./skus.md)
45
-
* Learn about [Azure Load Balancer limits](../azure-resource-manager/management/azure-subscription-service-limits.md#load-balancer)
45
+
* Learn about [Azure Load Balancer limits](../azure-resource-manager/management/azure-subscription-service-limits.md#load-balancer)
Copy file name to clipboardExpand all lines: articles/load-balancer/load-balancer-distribution-mode.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,11 +40,11 @@ You can change the configuration of the distribution mode by modifying the load-
40
40
1. In the load-balancing rules screen, select the load-balancing rule that you wish to change the distribution mode.
41
41
1. Under the rule, the distribution mode is changed by changing the **Session persistence** drop-down box.
42
42
43
-
The following options are available:
44
-
45
-
***None (hash-based)** - Specifies that successive requests from the same client can be handled by any virtual machine.
46
-
***Client IP (two-tuple: source IP and destination IP)** - Specifies that successive requests from the same client IP address are handled by the same virtual machine.
47
-
***Client IP and protocol (three-tuple: source IP, destination IP, and protocol type)** - Specifies that successive requests from the same client IP address and protocol combination are handled by the same virtual machine.
43
+
The following options are available:
44
+
45
+
***None (hash-based)** - Specifies that successive requests from the same client can be handled by any virtual machine.
46
+
***Client IP (two-tuple: source IP and destination IP)** - Specifies that successive requests from the same client IP address are handled by the same virtual machine.
47
+
***Client IP and protocol (three-tuple: source IP, destination IP, and protocol type)** - Specifies that successive requests from the same client IP address and protocol combination are handled by the same virtual machine.
48
48
49
49
1. Choose the distribution mode and then select **Save**.
50
50
@@ -98,3 +98,4 @@ For more information on the command used in this article, see [az network lb rul
0 commit comments