📦 Azure Container Apps & ACI - AZ-204 Practice Questions

Deploy containerized solutions with Azure Container Apps, Container Instances, and Azure Container Registry.

7Questions Available
1Exam Domains

Practice Container Apps Questions Now

Start a timed practice session focusing on Azure Container Apps & ACI topics from the AZ-204 question bank.

Start AZ-204 Practice Quiz →

AZ-204 Container Apps Question Bank (7 Questions)

Browse all 7 practice questions covering Azure Container Apps & ACI for the AZ-204 certification exam. Answers are intentionally hidden on this page so you can self-test first before checking results in quiz mode.

  1. Question 1Develop Azure compute solutions

    What is the difference between Azure Container Instances (ACI) and Azure Container Apps (ACA)?

    AThey are identical services
    BACI is for isolated, short-running containers (no autoscaling, basic networking); ACA is for microservices with autoscaling, revisions, Dapr, KEDA, and built-in ingress
    CACI is for Kubernetes workloads; ACA is for serverless functions
    DACA requires Docker Compose; ACI does not

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AZ-204 Quiz
  2. Question 2Develop Azure compute solutions

    A developer uses Azure Container Registry with geo-replication. What is the primary benefit of ACR geo-replication for Container Apps?

    AAutomatic container image vulnerability scanning
    BContainer images are served from the nearest replica region, reducing pull latency and cross-region data transfer costs
    CImages are automatically updated when the base image changes
    DRole-based access control is replicated across regions

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AZ-204 Quiz
  3. Question 3Develop Azure compute solutions

    How does a developer configure an Azure App Service to use a custom Docker container from Azure Container Registry?

    ADeploy via FTP
    BSet the App Service container settings to the ACR image URL with registry credentials or managed identity
    CUse Azure DevOps only
    DUse ARM templates with nested resources

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AZ-204 Quiz
  4. Question 4Develop Azure compute solutions

    Which command builds and pushes a Docker image to Azure Container Registry?

    Aaz acr push myregistry.azurecr.io/myimage:v1
    Bdocker build -t myregistry.azurecr.io/myimage:v1 . && docker push myregistry.azurecr.io/myimage:v1 (after az acr login --name myregistry)
    Caz acr build --image myimage . (this builds in ACR)
    Daz container push myimage

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AZ-204 Quiz
  5. Question 5Develop Azure compute solutions

    A developer needs to pass configuration values to a Docker container running in Azure Container Instances without rebuilding the image. What should they use?

    ADockerfile ENV instructions
    BEnvironment variables set at container creation time
    CAzure App Configuration
    DAzure Key Vault secrets injected via init container

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AZ-204 Quiz
  6. Question 6Develop Azure compute solutions

    A developer needs to enforce that container images deployed to Azure Container Apps come only from a specific Azure Container Registry. How is this controlled?

    AAPIM policy on the Container Apps endpoint
    BManaged Identity with AcrPull role + system-level registry restriction in the Container Apps environment
    CContainer App secrets storing the registry credentials
    DAzure Policy assignment on the subscription

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AZ-204 Quiz
  7. Question 7Monitor, troubleshoot, and optimize Azure solutions

    A developer needs to trace a specific user request across multiple microservices. Which Application Insights feature enables end-to-end transaction tracking?

    AApplication Insights Live Metrics
    BDistributed tracing — Operation ID correlation across services via W3C Trace Context propagation, viewable in End-to-End transaction details
    CAzure Monitor Activity Log
    DNetwork Watcher connection traces

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AZ-204 Quiz

Key Container Apps Concepts for AZ-204

container appsacicontainer instancesacrcontainer registrydockermicroservicesdapr

AZ-204 Container Apps Exam Tips

Azure Container Apps & ACI questions in AZ-204 are typically scenario-based. Focus on Azure application development, integration services, authentication, and runtime reliability. Priority concepts: container apps, aci, container instances, acr, container registry, docker.

What AZ-204 Expects

  • Anchor your answer in choose managed developer services that simplify secure integration and deployment.
  • Container Apps scenarios for AZ-204 are frequently mapped to Domain 1 (25-30%), so read the objective carefully before picking controls or architecture.
  • Expect multi-topic scenarios where Container Apps interacts with identity, networking, governance, or monitoring patterns rather than appearing as an isolated question.
  • When two options are both technically valid, prefer the choice that best aligns with the exam's operational scope (Associate) and vendor best practices.

High-Value Container Apps Concepts

  • Know the core Container Apps building blocks cold: container apps, aci, container instances, acr.
  • Review the edge-case features and limits for container registry, docker; these details are commonly used to differentiate answer choices.
  • Practice service-integration reasoning: how Container Apps pairs with App Service, Azure Functions in real deployment patterns.
  • For AZ-204, explain why the chosen Container Apps design meets reliability, security, and cost expectations better than the alternatives.

Common AZ-204 Traps

  • Watch for using infrastructure-heavy answers for app-level requirements.
  • Questions in Develop Azure Compute Solutions often include distractors that look correct for Container Apps but violate least-privilege, compliance, or availability requirements.
  • Avoid picking options purely by feature name; validate data path, failure handling, and governance impact before answering.
  • If the prompt hints at automation or repeatability, eliminate manual-only operational answers first.

Fast Review Checklist

  • Can you compare at least two Container Apps implementation paths and justify which one best fits the scenario?
  • Can you map the chosen answer back to Develop Azure Compute Solutions (25-30%) outcomes for AZ-204?
  • Can you explain security and access boundaries for Container Apps without relying on default-open assumptions?
  • Can you describe how Container Apps integrates with App Service and Azure Functions during failure, scaling, and monitoring events?

Exam Domains Covering Container Apps

Related Resources

More AZ-204 Study Resources