Skip to content

Commit ec262e9

Browse files
committed
link fixes
1 parent b04810f commit ec262e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article describes some common Azure Load Balancer deployment errors and pro
2020

2121
| Error code | Details and mitigation |
2222
| ------- | ---------- | ------------- |
23-
|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](../load-balancer/concepts-limitations.md#skus) |
23+
|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 | VMSS defaults to Basic Load Balancers when SKU is unspecified or deployed without Standard Public IPs. Re-deploy VMSS with Standard Public IPs on the individual instances to ensure Standard Load Balancer is selected or simply select a Standard LB when deploying VMSS 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. |
2626
|RulesOfSameLoadBalancerTypeUseSameBackendPortProtocolAndIPConfig| You cannot have more than one rule on a given load balancer type (internal, public) with same backend port and protocol referenced by same VMSS. Update your rule to change this duplicate rule creation. |
@@ -33,5 +33,5 @@ This article describes some common Azure Load Balancer deployment errors and pro
3333

3434
## Next steps
3535

36-
* Look through the Azure Load Balancer [SKU comparison table](..load-balancer/concepts-limitations.md#skus)
36+
* Look through the Azure Load Balancer [SKU comparison table](./concepts-limitations.md#skus)
3737
* Learn about [Azure Load Balancer limits](https://docs.microsoft.com/azure/azure-resource-manager/management/azure-subscription-service-limits#load-balancer)

0 commit comments

Comments
 (0)