DP-100 · Question #232
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might h
The correct answer is B. No. The answer is No - the solution does not meet the goal. Setting token_auth_enabled=True enables Azure Active Directory (Azure AD) token-based authentication, which is a different authentication mechanism than key-based authentication. The requirement explicitly states that applic
Question
Options
- AYes
- BNo
How the community answered
(62 responses)- A15% (9)
- B85% (53)
Explanation
The answer is No - the solution does not meet the goal. Setting token_auth_enabled=True enables Azure Active Directory (Azure AD) token-based authentication, which is a different authentication mechanism than key-based authentication. The requirement explicitly states that applications must use key-based authentication. Furthermore, auth_enabled and token_auth_enabled are mutually exclusive - you cannot enable both simultaneously. Token-based auth requires callers to obtain a short-lived JWT token from Azure AD, which is more complex than using a static service key. The correct configuration for key-based authentication is auth_enabled=True (not token_auth_enabled=True).
Topics
Community Discussion
No community discussion yet for this question.