-
Notifications
You must be signed in to change notification settings - Fork 21.8k
AGW and SLB comparison update #127730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
AGW and SLB comparison update #127730
Conversation
Added details about Azure Application Gateway and Azure Load Balancer
@jaesoni : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit 05bbe8c: ✅ Validation status: passed
For more details, please refer to the build report. |
Learn Build status updates of commit 92d7eb0: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates Azure Application Gateway documentation to include a detailed comparison between Azure Application Gateway and Azure Load Balancer, highlighting their distinct capabilities and use cases for TCP/TLS proxy configurations.
- Added comprehensive feature comparison sections for both Azure Application Gateway and Azure Load Balancer
- Updated the document date to reflect current content
- Enhanced technical details about protocols, scaling, security, and backend connectivity options
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
1. **Type** – Layer-4 terminating proxy. | ||
2. **Protocols** – Supports TCP or TLS protocols. | ||
3. **Versatility** – Use a single endpoint (frontend IP) to serve HTTP and non-HTTP workloads. | ||
4. **Scaling** – Configure autoscaling (up to 125 instances) to server your TCP and TLS traffic. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4. **Scaling** – Configure autoscaling (up to 125 instances) to server your TCP and TLS traffic. | |
4. **Scaling** – Configure autoscaling (up to 125 instances) to serve your TCP and TLS traffic. |
@jaesoni Please accept this change, then we can merge. Thanks!
3. **Performance** – Provides low latency and high throughput. Built for millions of simultaneous connections with microsecond-level latency. | ||
4. **Scaling** – Handles long-lived connections and scales up to millions of flows for all TCP and UDP applications. | ||
5. **Inbound and outbound** – Azure Load Balancer delivers complete traffic control with both inbound and outbound capabilities. Seamlessly connect external clients to your applications, while enabling your backend instances to securely reach the internet and other services. | ||
6. **Direct server return** - For the return traffic, the backend instance sends the response packet directly back to the client's IP address. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6. **Direct server return** - For the return traffic, the backend instance sends the response packet directly back to the client's IP address. | |
6. **Direct server return** - For the return traffic, the backend instance sends the response packet directly back to the client's IP address, reducing latency and improving performance. |
@jaesoni Please accept this change, then we can merge. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jaesoni Please accept these change, then we can merge. Thanks!
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Thanks @mbender-ms for the suggestions. Accepted both |
Learn Build status updates of commit f77cb7a: ✅ Validation status: passed
For more details, please refer to the build report. |
Learn Build status updates of commit d4d628e: ✅ Validation status: passed
For more details, please refer to the build report. |
Added details about Azure Application Gateway and Azure Load Balancer