An administrator wants to deploy several Azure virtual machines and storage accounts. Instead of using the Azure portal to create each resource manually, they decide to use Azure Bicep. Which benefit does this approach provide?
- AIt enables the nesting of resource groups inside other resource groups to simplify organization.
- It allows the administrator to define the desired state of the resources in a declarative template that can be repeatedly deployed.Cevap
- CIt automatically forces all deployed resources to reside in the same geographic region as the resource group.
- DIt executes imperative, step-by-step scripts to configure the internal operating system settings of each virtual machine.
Cevap
It allows the administrator to define the desired state of the resources in a declarative template that can be repeatedly deployed.
Azure Bicep allows you to declare the desired end state of your infrastructure. Azure Resource Manager then handles the deployment, ensuring that resources are created consistently and can be repeatedly deployed across environments.
Adım Adım Çözüm
Anahtar Kavram
Declarative infrastructure deployment using Azure Bicep and ARM templates