AI-103 Plan And Manage AN Azure AI Solution Practice Question
Your security team discovers that an application using Azure AI Services is intermittently failing with authentication errors due to expired client secrets. You need to refactor the application to use Microsoft Entra ID workflows with managed identities. Which authentication library should your application code use to acquire tokens securely without embedding secrets?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Microsoft Authentication Library (MSAL)
The Microsoft Authentication Library (MSAL) is the standard library used to acquire tokens from Microsoft Entra ID for managed identities or service principals.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Azure Storage Data Movement Library
Why it's wrong here
This library is specialized for high-performance uploading and downloading of blobs and files in Azure Storage.
- ✗
System.Net.Http WebRequestHandler
Why it's wrong here
WebRequestHandler is a low-level HTTP transport class and does not implement Entra ID token acquisition flows.
- ✗
Azure SDK for .NET Management Client
Why it's wrong here
Management client libraries handle Azure resource CRUD operations, not runtime token acquisition for data plane clients.
- ✓
Microsoft Authentication Library (MSAL)
Why this is correct
MSAL allows applications to authenticate against Microsoft Entra ID and acquire bearer tokens for Azure services seamlessly.
About these practice questions
This AI-103 question is part of Courseiva's 510-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official Microsoft exam blueprint
This AI-103 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-103 exam.