0
0
Azurecloud~5 mins

Managed identities concept in Azure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a managed identity in Azure?
A managed identity is a special account created and managed by Azure to let services securely access other resources without needing to store credentials.
Click to reveal answer
beginner
How does a managed identity improve security?
It removes the need to store passwords or keys in code or configuration, reducing the risk of leaks or theft.
Click to reveal answer
intermediate
What are the two types of managed identities in Azure?
System-assigned managed identity (tied to one resource) and user-assigned managed identity (can be shared across resources).
Click to reveal answer
intermediate
How does a system-assigned managed identity lifecycle work?
It is created with the resource and deleted automatically when the resource is deleted.
Click to reveal answer
intermediate
Can a user-assigned managed identity be used by multiple resources?
Yes, it can be assigned to multiple resources, allowing shared access to other services.
Click to reveal answer
What does a managed identity eliminate the need for?
ASetting up firewalls
BUsing virtual machines
CCreating resource groups
DStoring credentials in code
Which managed identity type is tied to a single Azure resource?
AUser-assigned
BSystem-assigned
CGroup-assigned
DTenant-assigned
Can a user-assigned managed identity be shared across multiple resources?
AYes, it can be shared
BNo, only one resource can use it
COnly if resources are in the same region
DOnly for virtual machines
What happens to a system-assigned managed identity when its resource is deleted?
AIt is deleted automatically
BIt remains active
CIt must be deleted manually
DIt is transferred to another resource
Which Azure service feature uses managed identities to access other resources securely?
AAzure Monitor
BAzure Active Directory
CAzure Key Vault
DAzure DevOps
Explain what a managed identity is and why it is useful in Azure.
Think about how apps get permission without passwords.
You got /4 concepts.
    Describe the difference between system-assigned and user-assigned managed identities.
    One is created with a resource, the other is independent.
    You got /3 concepts.