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 characteristic is typical of user-assigned identities?

  1. Shared lifecycle with an Azure resource

  2. Can only be associated with a single Azure resource

  3. Independent life-cycle

  4. Automatically deleted with resource deletion

The correct answer is: Independent life-cycle

User-assigned identities are designed to provide a flexible approach to managing identities in Azure. One of their primary characteristics is that they have an independent lifecycle. This means that user-assigned identities can exist independently of any specific Azure resource to which they are associated. By being independent, user-assigned identities can be reused across multiple resources without being tied to the lifecycle of a single resource. This feature is particularly advantageous for scenarios where multiple services or applications need to authenticate using the same identity, allowing for easier management and configuration. The other aspects of user-assigned identities, such as the shared lifecycle with an Azure resource or automatic deletion when the resource is deleted, do not apply because these features pertain to system-assigned identities instead. User-assigned identities can be explicitly created and deleted at any time, regardless of the resources that use them, solidifying their independent nature.