A yarrow-field trial must flip the useNewSampler flag without redeploying the App Service. Where should that feature flag live?
Select an answer to reveal the explanation.
Short Explanation
Feature flags are App Configuration’s job—flip useNewSampler in the store and let the app notice without a redeploy. Key Vault is for secrets, not Boolean toggles named True.
Full Explanation
Azure App Configuration provides feature flags so teams can enable or disable functionality without redeploying. Storing a Boolean as a Key Vault secret misuses the vault. Application Insights availability tests monitor endpoints; they are not a feature-toggle store. Azure Cache for Redis is not the AZ-204 skill for configuration feature flags.