Azure App Configuration - Replica for 429 HTTP responses

20 views Asked by At

We have a suite of applications, and we want to reuse a single App Configuration (Standard) that can be shared. We have around 20 apps, and did compute I don't envision we'll hit the 30k threshold per hour.

We'll continue monitoring (e.g. if usage goes beyond 70% of the quota, we'll consider spinning up another App Config).

I know replicas are supposed to be used for failovers, or if we have apps coming from the replica's region, to reduce latency. Or if we get errors accessing the primary replica, it would go to the secondary replica to pull app settings/flags.

But in case we experience 429 threshold responses, will the Azure SDK use the replica?

0

There are 0 answers