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 type of identity is a user-assigned identity?

  1. Automatically managed by Azure

  2. Dependent on specific resource lifecycle

  3. Shared across multiple Azure resources

  4. Independent of resource lifecycle

The correct answer is: Independent of resource lifecycle

A user-assigned identity in Azure is designed to be independent of any specific resource lifecycle. This means that while the identity can be assigned to one or more Azure resources, it exists separately from those resources. You can create a user-assigned identity as a standalone Azure resource, which allows it to be reused with different resources rather than being tied to the lifecycle of just one. This flexibility makes user-assigned identities a powerful tool for managing permissions across multiple resources without the need to create new identities each time. In contrast, managed identities that are automatically managed by Azure are tied to the lifecycle of the resources they are created for, thus lacking the independence that user-assigned identities provide.