exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 2 question 78 discussion

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

DRAG DROP
-

You are developing a microservices-based application by using Azure Container Apps. The application consists of several containerized services that handle tasks, such as processing orders, managing inventory, and generating reports.

You must deploy two microservices named serviceA and serviceB to support managing inventory. Deployment of the microservices have the following requirements:

• serviceA must create and configure all necessary Azure resources, including multiple Dapr components and an Azure Blob Storage account, by using Bicep files.
• serviceB must create and configure all necessary Azure resources without using Bicep files.
• All microservices must use the same resource group, environment, Azure Container Registry, and Log Analytics workspace.

You need to deploy the microservices.

Which CLI command should you use? To answer, move the appropriate CLI commands to the correct microservices. You may use each CLI command once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.

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
peterbuza
6 days, 22 hours ago
Answers should be: ServiceA - az deployment group create ServiceB - az containerapp create
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 ...