Practice free →
HomeAzure AZ-305cloudcomputingaz305identitygov › Which Azure feature should an architect recommen…

Which Azure feature should an architect recommend to give an Azure VM or App Service an identity that can access Key Vault and other Azure APIs WITHOUT storing credentials in code?

AManaged Identity (system-assigned or user-assigned) attached to the resource
BHardcoded credentials in App Settings
CDisabling auth on Key Vault
DSharing the global admin's password with the service
Answer & Solution
Correct answer: A. Managed Identity (system-assigned or user-assigned) attached to the resource
Managed Identity is Azure's no-credential-in-code identity pattern (per AZ-305 §1 auth). The other options are textbook insecurity.
Solve this in the app — Azure AZ-305 practice & 24k+ MCQs →
Related questions