AZ-204 · Question #391
Case Study 3 - City Power & Light Background City Power & Light company provides electrical infrastructure monitoring solutions for homes and businesses. The company is migrating solutions to Azure. C
The correct answer is cpandlkeyvault; PostgreSQlConn; Session. The correct arrangement for this Azure App Configuration / Key Vault reference drag-and-drop involves three specific components: 'cpandlkeyvault' identifies the Key Vault name where secrets are stored, 'PostgreSQlConn' is the secret name (the database connection string stored in
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- cpandlkeyvault
- PostgreSQlConn
- Session
Explanation
The correct arrangement for this Azure App Configuration / Key Vault reference drag-and-drop involves three specific components: 'cpandlkeyvault' identifies the Key Vault name where secrets are stored, 'PostgreSQlConn' is the secret name (the database connection string stored in Key Vault), and 'Session' represents the label used in App Configuration to differentiate configuration values across environments or contexts. Together, these three elements form a valid Key Vault reference in Azure App Configuration, allowing the application to securely retrieve the PostgreSQL connection string without hardcoding credentials.
Topics
Community Discussion
No community discussion yet for this question.
