Developing Solutions for Microsoft Azure — Question 53

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?

Answer options

Correct answer: B

Explanation

The proposed solution does not meet the goal because enabling ingress alone will not solve the issue of the app scaling to 0 instances. The app must have a mechanism to stay alive, like a minimum instance count, which is not addressed by this solution. Therefore, the correct answer is B.