Update LAB_06-Implement_Network_Traffic_Management.md

This commit is contained in:
staleycyn 2024-11-13 11:23:56 -08:00 committed by GitHub
parent f37bfb6e69
commit 77c19e60f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -338,7 +338,7 @@ Copilot can assist you in learning how to use the Azure scripting tools. Copilot
## Key takeaways
Congratulations on completing the lab. Here are the main takeaways for this lab.
Congratulations on completing the lab. Here are the key points for this lab.
+ Azure Load Balancer is an excellent choice for distributing network traffic across multiple virtual machines at the transport layer (OSI layer 4 - TCP and UDP).
+ Public Load Balancers are used to load balance internet traffic to your VMs. An internal (or private) load balancer is used where private IPs are needed at the frontend only.