Which Azure feature lets a virtual machine authenticate to other Azure services without storing credentials in code?

a.Managed identities in Microsoft Entra ID
b.Storing passwords in the OS registry
c.Hardcoding keys in the application
d.Emailing credentials to users

Explanation

Managed identities give Azure resources an automatically managed identity in Microsoft Entra ID. Resources use this identity to authenticate to services that support it, avoiding credentials in code. Azure handles the identity's lifecycle, improving security.

Practice all 100 questions free — no signup required.

Related questions on this topic

Last reviewed: · editorial process

PrepPass Editorial Team · Verified against Microsoft Azure Fundamentals (AZ-900) · How we review
Report