AI-200 Containerized AI Workloads Practice Question
You are deploying a custom PyTorch model container image to Azure Container Apps. The container needs to scale out based on HTTP concurrent requests. Which built-in scale rule type should you configure in Azure Container Apps?
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
✓
http
Azure Container Apps supports a built-in HTTP scale rule that scales applications based on the number of concurrent HTTP requests per replica.
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-service-bus
Why it's wrong here
Azure Service Bus scaling is used for message queue lengths, not HTTP traffic.
- ✗
cpu
Why it's wrong here
CPU scaling responds to compute utilization, whereas HTTP scaling responds directly to web/API requests.
- ✗
tcp
Why it's wrong here
TCP scaling is used for continuous connections, not HTTP request concurrency.
- ✓
http
Why this is correct
The http scale rule scales container replicas based on concurrent HTTP requests.
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.