Developing Solutions for Microsoft Azure — Question 51

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 a custom 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 resolve the issue of the app scaling to 0 instances. The app needs to maintain at least one instance running to be accessible, and simply enabling ingress and creating a scale rule does not guarantee that instances will be active without additional configurations for scaling based on demand.