Azure Front Door Flashcards
What is Azure Front Door?
It is a L7 global load balancer using anycast to present the same IP in many global location and providing a IP that is the same in all location and connections and routing traffic over the Microsoft global backbone network
How is Azure Front Door improving performance?
- Providing connectivity over the Microsoft global backbone network compared to over the internet
- Providing the ability to use split TCP, this is where the connection to the endpoint is the short trip but the connection from endpoint to backends always kept open.
Can is used Azure Front Door with L4
No it is only a L7 service
Is front door highly available and scalable?
Yes
What is the difference between Azure Front Door and Azure Application Gateway?
While both Front Door and Application Gateway are layer 7 (HTTP/HTTPS) load balancers, the primary difference is that Front Door is a global service whereas Application Gateway is a regional service. While Front Door can load balance between your different scale units/clusters/stamp units across regions, Application Gateway allows you to load balance between your VMs/containers etc. that is within the scale unit.
When should we deploy an Application Gateway behind Front Door?
Front Door can perform path-based load balancing only at the global level but if one wants to load balance traffic even further within their virtual network (VNET) then they should use Application Gateway.
Since Front Door doesn’t work at a VM/container level, so it cannot do Connection Draining. However, Application Gateway allows you to do Connection Draining.
With an Application Gateway behind Front Door, one can achieve 100% TLS/SSL offload and route only HTTP requests within their virtual network (VNET).
Front Door and Application Gateway both support session affinity. While Front Door can direct subsequent traffic from a user session to the same cluster or backend in a given region, Application Gateway can direct affinitize the traffic to the same server within the cluster.
Can we deploy Azure Load Balancer behind Front Door?
Azure Front Door needs a public VIP or a publicly available DNS name to route the traffic to. Deploying an Azure Load Balancer behind Front Door is a common use case.
What protocols does Azure Front Door support?
Azure Front Door supports HTTP, HTTPS and HTTP/2
What resources are supported today as part of backend pool?
Any public IP or a publicly resolvable DNS hostname
What are the 3 logical constructs for Azure Front Door?
- Frontends
- Backends
- Routing rules
Have do I ensure request are repeatedly send to same blackened?
Session affinity
I am using Azure Front Door, how can I block traffic from a bad actor?
You can enables Firewall and implement a firewall policy.
What is front door designer?
It is the GUI tool in front door to enable the design of,
- Frontend
- Backend
- Routing rules
When you want to block traffic from bad actor what do you need to add the FD?
Firewall policy