mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-09 02:17:04 +00:00
Update LAB_06-Implement_Network_Traffic_Management.md
This commit is contained in:
parent
b586bd9931
commit
355e2de36b
@ -339,6 +339,7 @@ Congratulations on completing the lab. Here are the main takeaways for this lab.
|
|||||||
+ 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.
|
+ 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.
|
||||||
+ The Basic load balancer is for small-scale applications that don't need high availability or redundancy. The Standard load balancer is for high performance and ultra-low latency.
|
+ The Basic load balancer is for small-scale applications that don't need high availability or redundancy. The Standard load balancer is for high performance and ultra-low latency.
|
||||||
+ Azure Application Gateway is a web traffic (OSI layer 7) load balancer that enables you to manage traffic to your web applications.
|
+ Azure Application Gateway is a web traffic (OSI layer 7) load balancer that enables you to manage traffic to your web applications.
|
||||||
|
+ The Application Gateway Standard tier offers all of the L7 functionality, including load balancing, The WAF tier adds a firewall to check for malicious traffic.
|
||||||
+ An Application Gateway can make routing decisions based on additional attributes of an HTTP request, for example URI path or host headers.
|
+ An Application Gateway can make routing decisions based on additional attributes of an HTTP request, for example URI path or host headers.
|
||||||
|
|
||||||
## Learn more with self-paced training
|
## Learn more with self-paced training
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user