
Answer-first summary for fast verification
Answer: Use AAD tokens for authentication, configure AAD for RBAC, secure API keys in Azure Key Vault.
Using AAD tokens for authentication and configuring AAD for RBAC ensures a robust and secure authentication mechanism. Securing API keys in Azure Key Vault adds an additional layer of protection.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are tasked with managing authentication for an Azure AI Service resource. Describe the methods you would use to authenticate users and applications, including how you would configure Azure Active Directory (AAD) for role-based access control (RBAC) and what considerations you would take into account for securing API keys.
A
Use API keys for authentication, configure AAD for RBAC, secure API keys in a local file.
B
Use AAD tokens for authentication, configure AAD for RBAC, secure API keys in Azure Key Vault.
C
Use username and password for authentication, configure AAD for RBAC, secure API keys in a database.
D
Use certificate-based authentication, configure AAD for RBAC, secure API keys in a text file.
No comments yet.