nerdexam
Microsoft

AZ-204 · Question #612

You are developing a microservices-based application that uses Azure Container Apps. The application consists of several containerized services that handle tasks, such as processing orders, managing…

The correct answer is A. HTTP readiness probe. Health probes in Azure Container Apps Azure Container Apps health probes allow the Container Apps runtime to regularly inspect the status of your container apps. You can set up probes using either TCP or HTTP(S) exclusively…

Submitted by khalil_dz· Mar 30, 2026Develop Azure compute solutions

Question

You are developing a microservices-based application that uses Azure Container Apps. The application consists of several containerized services that handle tasks, such as processing orders, managing inventory, and generating reports. You deploy a new revision of the processing orders app. Processing orders must be triggered by a web request and must always be available based on incoming web requests. You need to validate that the replica is ready to handle incoming requests. What should you implement?

Options

  • AHTTP readiness probe
  • BTCP readiness probe
  • CHTTP startup probe
  • DTCP liveness probe
  • EHTTP liveness probe

How the community answered

(25 responses)
  • A
    72% (18)
  • B
    16% (4)
  • D
    8% (2)
  • E
    4% (1)

Explanation

Health probes in Azure Container Apps Azure Container Apps health probes allow the Container Apps runtime to regularly inspect the status of your container apps. You can set up probes using either TCP or HTTP(S) exclusively. https://learn.microsoft.com/en-us/azure/container-apps/health-probes

Topics

#Azure Container Apps#readiness probe#HTTP probe#health checks

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice