AI-200 Event Driven Integration Practice Question
Your application emits custom events to an Azure Event Grid topic. You want to test your webhook endpoint locally during development without deploying your code to Azure. Which tool should you use to receive events directly from Event Grid?
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
✓
Deploy the Event Grid Viewer sample web app to an accessible public URL or use ngrok to tunnel your local port.
Azure Event Grid provides native integration with Azure Relay or tools like Webhook.site, but for local development, Microsoft provides the Event Grid Viewer sample or Azure CLI commands to tunnel events.
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 Azure Bastion to connect your localhost to the Event Grid topic.
Why it's wrong here
Bastion connects to VMs, not developer laptops receiving webhooks.
- ✓
Deploy the Event Grid Viewer sample web app to an accessible public URL or use ngrok to tunnel your local port.
Why this is correct
Tunneling tools like ngrok expose your localhost to the internet, allowing Event Grid to deliver test webhooks directly to your development machine.
- ✗
Configure a local SQL Server Express trigger.
Why it's wrong here
SQL Server cannot receive Event Grid webhook HTTP POST requests.
- ✗
Attach an Azure Service Bus queue directly as a local debugging breakpoint.
Why it's wrong here
Service Bus queues cannot attach directly to a developer's local IDE debugger without a consumer app.
About these practice questions
Courseiva writes every AI-200 question from scratch — 507 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or 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.