Practice free →
HomeAzure AZ-500cloudcomputingaz500identityaccess › Which Azure resource feature lets an Azure VM / …

Which Azure resource feature lets an Azure VM / App Service / Function App authenticate to Key Vault and other Azure APIs WITHOUT storing credentials in code or config?

ADisabling auth on Key Vault
BSharing the global admin's password with the service
CManaged Identity (system-assigned or user-assigned) on the resource
DHardcoded credentials in App Settings
Answer & Solution
Correct answer: C. Managed Identity (system-assigned or user-assigned) on the resource
Managed Identity is the no-credential-in-code pattern (per AZ-500 §1 managed identities). The others are textbook insecurity.
Solve this in the app — Azure AZ-500 practice & 24k+ MCQs →
Related questions