AI-102 Implement computer vision solutions Practice Question
A healthcare provider uses Azure Computer Vision to analyze medical images. They need to ensure patient data is not stored outside the Azure region. What should you configure?
⚠ Common exam trap
Test-takers frequently confuse encryption controls (like CMK) with data residency controls, or assume that deploying in multiple regions can somehow restrict data to one region, when in fact private endpoints are the correct mechanism to enforce network-level isolation and regional data containment.
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
✓
Configure a private endpoint for the Computer Vision resource.
Configuring a private endpoint for the Computer Vision resource ensures that all traffic to the service traverses a private IP address within your virtual network, using Azure Private Link. This prevents data from being routed through the public internet and allows you to enforce data residency by keeping all data processing within the designated Azure region, as the private endpoint is deployed in the same region as your VNet.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Use the Free tier for Computer Vision.
Why it's wrong here
Free tier has no regional guarantee.
- ✗
Enable customer-managed keys (CMK) for the Computer Vision resource.
Why it's wrong here
Encrypts data but doesn't restrict storage location.
- ✗
Deploy Computer Vision in multiple regions.
Why it's wrong here
Would replicate data across regions, violating requirement.
- ✓
Configure a private endpoint for the Computer Vision resource.
Why this is correct
Ensures data stays within the virtual network and region.
Go deeper
Related to this question
About these practice questions
This AI-102 question is part of Courseiva's 945-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 by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AI-102 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-102 exam.