A cybersecurity architect needs to ensure that secrets used by Azure App Service applications are rotated automatically without code changes. Which solution best meets this requirement?
-
A
Store secrets in app settings and update them via Azure DevOps pipelines
-
B
Use Azure Key Vault references in App Service configuration with managed identity
-
C
Encrypt secrets in appsettings.json and redeploy on rotation
-
D
Use Azure Blob Storage to store secrets and read them at startup