
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.