Developing Solutions for Microsoft Azure (AZ-204) Practice Exam

Disable ads (and more) with a membership for a one time $2.99 payment

Developing Solutions for Microsoft Azure Exam. Prepare with flashcards and multiple choice questions, get hints and explanations for each question. Ace your test prep!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


What aspect of managed identities enhances security and maintenance automatically?

  1. Service principal lifecycle management

  2. Automatic rotation of credentials

  3. Azure policy integration

  4. Multi-factor authentication

The correct answer is: Automatic rotation of credentials

The choice of automatic rotation of credentials as the correct answer highlights a significant security feature of managed identities within Azure. Managed identities are designed to eliminate the need for developers to handle credentials for Azure services. This is achieved through the automatic management of identity keys, which includes their creation, renewals, and rotation. Automatic rotation of credentials enhances security by ensuring that credentials are not static and thus less vulnerable to compromise. By regularly updating the authentication credentials, the risk associated with leaked or exposed credentials is minimized, as even if a credential is compromised, it would only be valid for a limited time before being automatically rotated. This process is managed entirely by Azure, reducing the operational overhead for developers and increasing the overall security posture of applications and services. In contrast, other options such as service principal lifecycle management, Azure policy integration, and multi-factor authentication, while they contribute to security and governance in their own right, do not directly address the automatic handling of credentials in managed identities as comprehensively and efficiently as automatic rotation does.