Azure / AppConfiguration

Questions, feedback and samples for Azure App Configuration service
MIT License
228 stars 69 forks source link

Automatic Replica Discovery Behavior When Region Is Down #965

Closed bbrandt closed 1 day ago

bbrandt commented 4 days ago

https://learn.microsoft.com/en-us/azure/azure-app-configuration/howto-geo-replication?tabs=dotnet#automatic-replica-discovery

If my application is pointing to a single Azure App config resource in South Central US and it has replicas across many regions, if the entire South Central US region is down, is the "Automatic replica discovery" going to be down as well since the Azure App config connection string I have is to the regional service in South Central US?

Or is there some sort of global load balancer that the connection string is pointing to instead that will still be alive during a region outage?

zhenlan commented 4 days ago

The replica discovery is built based on the DNS, so no, it won't be impacted if a region is down.