AZ-400 · Question #618
You plan to implement infrastructure as code (IaC) to deploy Azure resources. You need to automate the deployment. The solution must meet the following requirements: - Ensure that you can track the st
The correct answer is D. Bicep. You can track the status of Bicep deployments in the Azure portal by navigating to the resource group, selecting the "Deployments" link, and then choosing a specific deployment from the deployment history. The portal provides detailed information, including the provisioning state
Question
Options
- AWindows Subsystem for Linux (WSL)
- BTerraform
- CAzure Developer CLI
- DBicep
How the community answered
(19 responses)- A5% (1)
- B11% (2)
- C5% (1)
- D79% (15)
Explanation
You can track the status of Bicep deployments in the Azure portal by navigating to the resource group, selecting the "Deployments" link, and then choosing a specific deployment from the deployment history. The portal provides detailed information, including the provisioning state, and allows you to troubleshoot errors by viewing deployment operations. Bicep supports the immediate deployment of both public and private preview Azure services, as well as Generally Available (GA) resources, providing "Day 0" support for new Azure services and their API versions. This is a key benefit of using Bicep, which is a domain-specific language that transpiles into Azure Resource Manager (ARM) templates, allowing for simpler authoring and immediate use of new Azure resource types without waiting for GA status. How Bicep Supports Preview Services Bicep leverages the API definitions (Swagger) for Azure resources, allowing it to support any resource type, including those still in public or private preview, from Day 0. https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview
Topics
Community Discussion
No community discussion yet for this question.