Azure Front Door Flashcards

1
Q

What is Azure Front Door?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How is Azure Front Door improving performance?

A
  • 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Can is used Azure Front Door with L4

A

No it is only a L7 service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Is front door highly available and scalable?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the difference between Azure Front Door and Azure Application Gateway?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

When should we deploy an Application Gateway behind Front Door?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Can we deploy Azure Load Balancer behind Front Door?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What protocols does Azure Front Door support?

A

Azure Front Door supports HTTP, HTTPS and HTTP/2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What resources are supported today as part of backend pool?

A

Any public IP or a publicly resolvable DNS hostname

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the 3 logical constructs for Azure Front Door?

A
  • Frontends
  • Backends
  • Routing rules
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Have do I ensure request are repeatedly send to same blackened?

A

Session affinity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

I am using Azure Front Door, how can I block traffic from a bad actor?

A

You can enables Firewall and implement a firewall policy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is front door designer?

A

It is the GUI tool in front door to enable the design of,

  • Frontend
  • Backend
  • Routing rules
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

When you want to block traffic from bad actor what do you need to add the FD?

A

Firewall policy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly