Skip to content

Commit 94cbdbe

Browse files
authored
Standardize capitalization in headings
1 parent 936d6af commit 94cbdbe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/load-balancer/load-balancer-best-practices.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ For each best practice, this article explains:
2525

2626
These best practices are based on a consensus opinion, and Azure platform capability and features sets, as they exist at the time this article was written.
2727

28-
## Architectural Best Practices
28+
## Architectural best practices
2929

3030
The following architectural guidance helps ensure the reliability of your Azure Load Balancer deployment. It includes best practices for deploying with zone-redundancy, redundancy in your backend pool, and deploying a global load balancer. Along with reliability for Gateway Load Balancer, which is recommended when using NVAs instead of a dual load balancer set-up.
3131

32-
### Reliability Best Practices
32+
### Reliability best practices
3333

3434
The following best practices are recommended to ensure the reliability of your Azure Load Balancer deployment.
3535

@@ -64,7 +64,7 @@ Chaining your Gateway Load Balancer to a Standard Public Load Balancer is recomm
6464

6565
We recommend using a Gateway load balancer in north-south traffic scenarios with partner Network Virtual Appliances (NVAs). It's easier to deploy because Gateway load balancers don’t require extra configuration such as user-defined routes (UDRs) because it maintains flow stickiness and flow symmetry. It's also easier to manage because NVAs can be easily added and removed. For more information, see the [Gateway Load Balancer documentation](gateway-overview.md).
6666

67-
## Configuration Guidance
67+
## Configuration guidance
6868

6969
The following configuration guidance are best practices for configuring your Azure Load Balancer deployments.
7070

@@ -101,11 +101,11 @@ Separate your trusted and untrusted traffic on two different tunnel interfaces;
101101

102102
Ensure your NVAs MTU limit is increased to at least 1550, or up to the recommended limit of 4000 for scenarios where jumbo frames are used. Without increasing the MTU limit, you can experience packet drops due to the larger packet size from other packets generated by the VXLAN headers.
103103

104-
## Retirement Announcements
104+
## Retirement announcements
105105

106106
Along with new improvements and updates to Azure Load Balancer, there are also deprecations to functionalities. It's critical to stay updated and ensure you're making the necessary changes to avoid any potential service disruptions. For a complete list of retirement announcements, see the [Azure Updates page](https://azure.microsoft.com/updates?filters=%5B%22Load+Balancer%22%2C%22Retirements%22%5D) and filter for “Load Balancer” under “Products” and “Retirements” under “Update Type”.
107107

108-
### Use or upgrade to Standard Load Balancer.
108+
### Use or upgrade to Standard Load Balancer
109109

110110
[Basic Load Balancer will be retired September 30, 2025](https://azure.microsoft.com/updates?id=azure-basic-load-balancer-will-be-retired-on-30-september-2025-upgrade-to-standard-load-balancer) and customers should upgrade from Basic Load Balancer to Standard Load Balancer by then. Standard Load Balancer provides significant improvements including high performance, ultra-low latency, security by default, and SLA of 99.99% availability.
111111

0 commit comments

Comments
 (0)