Azure Front Door


Azure Front Door is a global, scalable entry-point that uses the Microsoft global edge network to create fast, secure, and widely scalable web applications. With Front Door, you can transform your global consumer and enterprise applications into robust, high-performing personalized modern applications with contents that reach a global audience through Azure.


Lets jump into a quick demo:

Step 1:
Provision a web app in Azure East US. This has the word AEU in deployed web app.


Step 2:
Provision a web app replica in a different region ., let do it in Australia East. This has the word AE in deployed web app

Step 3:
Provision Azure Front Door
  

Go to the Designer and you should see Frontend which sits on top of the backend pools.


Frontend:
We can add a custom domain binding and do CName entry in domain name server if required.

Backend:
Add the web Apps created in the both regions into this backend pool.

Routing Rule:
This routing rule takes care of routing the traffic based on the region from where we are calling the front door.

Accessing the application from India , request is routed to Australia as it is the nearest location.
Accessing the application from UK, request is routed to East US as it is the nearest location.
Read about Azure Front Door here : Azure Front Door | Microsoft Docs

Comments