
Answer-first summary for fast verification
Answer: managed identities in Azure
The recommended best practice for implementing service accounts for Azure API management, according to the Microsoft Cloud Security Benchmark, is to use managed identities in Azure. Managed identities allow your API Management instance to securely access other Azure AD-protected resources, like Azure Key Vault, without the need to manage credentials. This approach is secure and automated, reducing the risk associated with storing secrets in code or configuration.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
For an Azure deployment adhering to the Microsoft Cloud Security Benchmark guidelines, you are tasked with designing a security architecture. Your focus is on implementing service accounts specifically for Azure API Management. What best practice recommendations should you propose for this implementation?
A
application registrations in Azure AD
B
managed identities in Azure
C
Azure service principals with usernames and passwords
D
device registrations in Azure AD
E
Azure service principals with certificate credentials
No comments yet.