AI-200 Containerized AI Workloads Practice Question
You need to store sensitive database connection strings and AI API keys used by containerized applications running in Azure Container Apps. Which feature should you use to securely store and reference these values?
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
✓
Container App Secrets
Azure Container Apps supports built-in secrets management, allowing secure storage and referencing of sensitive configuration data.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
A standard DNS TXT record
Why it's wrong here
DNS records are public and unencrypted, completely unsuitable for secrets.
- ✓
Container App Secrets
Why this is correct
Container App secrets securely store sensitive data that can be referenced as environment variables.
- ✗
Azure Storage account public blob container
Why it's wrong here
Storing secrets in public blob containers exposes credentials to the internet.
- ✗
Plain text Dockerfile ENV directives
Why it's wrong here
Dockerfile ENV directives bake secrets directly into image layers in plaintext, violating security standards.
About these practice questions
This AI-200 question is part of Courseiva's 507-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.