CloudGuild · Blog · Cheat sheets · Lessons · Certifications

Securing User Credentials in Azure App Service: A Question Walkthrough

Understanding how to secure sensitive configuration settings is essential for Azure Security Engineer certification. Let's break down a key exam question.

Deploying web applications requires rigorous security measures, especially for user credentials. Many candidates stumble on which Azure feature to use for protecting sensitive configuration settings. We’ll clarify this decision with an exam question breakdown.

The question

You are deploying a web application in Azure App Service that handles user authentication. To secure user credentials, which feature would you use to protect sensitive configuration settings?

A. Application Insights
B. Azure Key Vault
C. App Service Authentication/Authorization
D. Environment Variables

Think before you scroll

Before making your choice, consider the core purpose of each option. Focus on how each feature manages sensitive data and the level of security it provides.

The answer

The correct option is B. Azure Key Vault. This service is specifically designed to securely store sensitive information, including authentication credentials. It provides a secure way to manage and access secrets, making it the best choice for protecting sensitive configuration settings.

Why the other options lose

The concept behind it

Understanding the right tools for securing sensitive information is crucial for Azure Security Engineers. Azure Key Vault is tailored for this purpose, ensuring that your application’s credentials are stored and accessed securely, minimizing exposure to risks. Always opt for dedicated security solutions when handling sensitive data.

Exam trap to remember

Remember, when securing sensitive configuration settings, always choose dedicated solutions like Azure Key Vault over general-purpose tools or methods that can expose data.

Take a free mock exam →