AI-200 Security And Observability Practice Question
You need to ensure that traffic between your Azure App Service hosting an AI wrapper and your Azure AI Search instance does not traverse the public internet. Which feature should you implement?
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 Azure AI Search service and integrate your App Service with the virtual network.
Azure Private Endpoint provides private IP addresses from your VNet to securely connect to Azure AI Search, keeping traffic off the public internet.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Enable Cross-Origin Resource Sharing (CORS) with a restricted origin list.
Why it's wrong here
CORS restricts browser scripts, not network-level exposure.
- ✗
Enable TLS mutual authentication (mTLS) on the Azure AI Search service.
Why it's wrong here
mTLS handles client certificate validation, not network path isolation.
- ✓
Configure a Private Endpoint for the Azure AI Search service and integrate your App Service with the virtual network.
Why this is correct
Private Endpoints map Azure services to private IPs in your VNet for secure internal communication.
- ✗
Configure IP access control lists on the Azure AI Search firewall to allow only the App Service outbound IPs.
Why it's wrong here
While IP filtering works, Private Endpoints provide complete network isolation without relying on public IP whitelisting.
About these practice questions
This AI-200 question is part of Courseiva's 503-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-200 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-200 exam.