
Yesterday I received (and read) lots of messages by many partners and customers related to the unavailability of the Dynamics 365 Business Central SaaS service for some period.
The issue was not a Dynamics 365 Business Central-related issue, but the cause of this unreliability was a different service: Azure Front Door.
Azure Front Door is like a global delivery service for cloud services that makes them faster, more reliable, and safer for people around the world.
Imagine you run an online store with your main server in New York. When someone in Australia wants to visit your site, the data has to travel across oceans and continents, which makes everything slow.
Azure Front Door fixes this by:
Think of it like a global chain of coffee shops
. Instead of everyone going to one central café in New York, Front Door has small coffee shops everywhere. When you want coffee, you go to the nearest shop and get it much faster, without waiting for it to be shipped from New York.
Key benefits:
3x faster loading times for users worldwide
Automatic protection against attacks and threats
99.99% uptime reliability
Global scale that grows with your business
Cost savings by reducing server load and bandwidthAzure Front Door supports multi-region backend pools and health probes. When a region (for example East US) goes down, Front Door automatically reroutes traffic to another region (ex. West Europe) without any DNS TTL delays. This ensures high availability and global resilience.
Azure Front Door also supports path-based routing. You can define routing rules that forward /api/ to your API service, /admin/ to an internal backend with IP restrictions, and /images/ to a static blob storage. No need for a gateway or reverse proxy layer in your app.
Azure Front Door supports geo-filtering and geo-routing. You can define rules such that users from EU countries are routed to EU-hosted backends, ensuring compliance without adding latency or complexity.
These are all features that also a cloud service like Dynamics 365 Business Central relies on.
The outage was triggered by an inadvertent tenant configuration change within Azure Front Door (AFD). Microsoft’s primary content delivery and global load balancing service. Here’s what happened:
The outage impacted numerous critical Azure services, including but not limited to:
Core Infrastructure:
Identity & Security:
Developer Tools & AI:
Business Applications:
Microsoft’s response involved multiple phases:
Following the incident, Microsoft implemented:
The issue is now mitigated and all services are now running fine from hours.
This outage highlights the interconnected nature of modern cloud infrastructure and the challenges of managing global-scale services. Azure Front Door serves as a critical routing layer for numerous Microsoft services, making its stability paramount for the entire Azure ecosystem.
The incident underscores the importance of:
Microsoft reacted to this issue immediately (despite what could appear to the outside world, I can confirm that internally there was lot of work and exchange of messages across teams). I hope that this will not happen anymore.
Always remember to check Azure Status page when you have a service that is not reachable and remember that also Dynamics 365 Business Central relies on other Azure cloud services to work.
Original Post https://demiliani.com/2025/10/30/dynamics-365-business-central-and-azure-front-door-issue/