What is the main advantage of a managed identity?
- A It allows a service to authenticate to Azure resources with no credential stored anywhere
- B It reduces the cost of the resource
- C It provides faster network access
- D It replaces role-based access control
Answer
It allows a service to authenticate to Azure resources with no credential stored anywhere
Eliminating stored secrets removes an entire class of vulnerability. It should be the default wherever an Azure service calls another.





