A wrack-line cleanup API stuffed connection strings, feature flags, and the storage account key into one checked-in JSON file. How should the developer split those values?
Select an answer to reveal the explanation.
Short Explanation
App Configuration is the neat municipal bulletin board for flags and non-secrets. Key Vault is the locked drawer for keys and connection secrets. Do not dump either into Insights, Redis, or a public Blob.
Full Explanation
Azure App Configuration holds application settings and feature flags that are not secrets. Azure Key Vault holds secrets, keys, and certificates. Application Insights is for telemetry, not configuration storage. Redis is outside the January 14, 2026 AZ-204 skill list for this purpose, and public Blob storage is inappropriate for secret material.