Best practice for discovering App Configuration endpoint?
Say I’m deploying a 12 Factor app in Azure and I’m storing all my configuration for said application in Azure App Configuration Service (AACS). In order to ensure proper isolation between stages, I’m hosting dev, integ, staging, and prod all in their own subscriptions, which means I’ll have an AACS instance in each subscription with the environment config for that stage.