What is required to build globally distributed architecture
When we develop microservice architecture biggest challenge is service discovery of the microservice.

Globally distributed applications orchestration is always Mission Critical.
The azure front door offers a better solution for this Mission Critical solutions also this supports
- Global Loadbalancing with failover
- Traffic orchestration
- Application Insights
- SLL termination and edge acceleration based on the low latency to the user.
- Application Firewall and DDoS are supported out of box
When we develop microservice architecture biggest challenge is service discovery of the microservice. using azure front door we can configure path based routing rules.
SSL termination and managing domain while acceleration dynamic content and improve the application performance.
An azure firewall creates a very strong wall using the WAF and DDoS with managed rules which helps to prevent the attacks and protect the application.
Let's get started!

Configure front door this URL will be used to access the service Create Azure front door.

Now add backend config


Add managed rules set

Hit create a button to span azure front door service.
Summary
In this article, we have seen how to build a globally distributed application using Azure front door and how to create an Azure front door using the Azure portal.