exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 2 question 73 discussion

Actual exam question from Microsoft's AZ-204
Question #: 73
Topic #: 2
[All AZ-204 Questions]

HOTSPOT
-

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 must secure the container apps. All apps must reside in the same virtual network, share the same Dapr configuration, and share the same logging location.

Apps must support the configuration of the amount of memory and compute resources available to containers.

You need to configure the Azure Container App.

How should you complete the CLI command? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
21c5438
Highly Voted 5 months ago
Provided answer is correct. References: https://learn.microsoft.com/en-us/cli/azure/containerapp/env?view=azure-cli-latest#az-containerapp-env-create https://learn.microsoft.com/en-us/azure/container-apps/workload-profiles-overview
upvoted 5 times
...
DamuKeesh
Most Recent 4 months, 2 weeks ago
--internal-only: Ensures all apps reside in the same virtual network (VNet), meeting the networking requirement. --enable-workload-profiles: Allows configuration of memory and compute resources for containers, addressing the resource management requirement. So these 2 option looks good. Idk which one to choose ?
upvoted 1 times
DamuKeesh
4 months, 2 weeks ago
It seems wrong answer
upvoted 1 times
...
...
wafa_chaari
4 months, 2 weeks ago
correct- az containerapp env create : to Create a Container Apps environment. - workload profile determines the amount of compute and memory resources available
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...