nerdexam
Microsoft

AZ-204 · Question #536

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might h

The correct answer is B. No. Make sure you create a scale rule or set minReplicas to 1 or more if you don't enable ingress. If ingress is disabled and you don't define a minReplicas or a custom scale rule, then your container app will scale to zero and have no way of starting back up. https://learn.microsoft

Submitted by sofia.br· Mar 30, 2026Develop Azure compute solutions

Question

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You deploy an Azure Container Apps app and disable ingress on the container app. Users report that they are unable to access the container app. You investigate and observe that the app has scaled to 0 instances. You need to resolve the issue with the container app. Solution: Enable ingress, create an HTTP scale rule, and apply the rule to the container app. Does the solution meet the goal?

Options

  • AYes
  • BNo

How the community answered

(31 responses)
  • A
    29% (9)
  • B
    71% (22)

Explanation

Make sure you create a scale rule or set minReplicas to 1 or more if you don't enable ingress. If ingress is disabled and you don't define a minReplicas or a custom scale rule, then your container app will scale to zero and have no way of starting back up. https://learn.microsoft.com/en-us/azure/container-apps/scale-app?pivots=azure-cli#default-scale-

Topics

#Container Apps ingress#troubleshooting#external HTTP traffic#ingress configuration

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice