AZ-204 · Question #614
Drag and Drop Question You are developing a microservices-based application by using Azure Container Apps. The application consists of several containerized services that handle tasks, such as…
The correct answer is azd up; az containerapp up. For serviceA, 'azd up' (Azure Developer CLI) is correct because it provisions Azure resources using infrastructure-as-code files like Bicep and deploys the application in a single command, which satisfies the requirement to create resources including Dapr components and Blob…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- azd up
- az containerapp up
Explanation
For serviceA, 'azd up' (Azure Developer CLI) is correct because it provisions Azure resources using infrastructure-as-code files like Bicep and deploys the application in a single command, which satisfies the requirement to create resources including Dapr components and Blob Storage via Bicep. For serviceB, 'az containerapp up' is correct because it creates and configures all necessary Azure Container Apps resources imperatively without Bicep files, and it supports reusing existing resources like a shared resource group, environment, ACR, and Log Analytics workspace via parameters.
Topics
Community Discussion
No community discussion yet for this question.
