Soru

Zorluk: OrtaAzure Resource Manager (ARM) and ARM Templates/Bicep

An organization is transitioning its cloud infrastructure deployment model to Azure. The operations team wants to define their target infrastructure state in a configuration file and let Azure determine the correct sequence of resource creation and configuration automatically.

Which capability or feature of Azure Resource Manager (ARM) templates or Bicep supports this deployment approach?

  1. A
    Resource group nesting, which allows developers to build sub-resource groups inside a parent resource group to isolate deployed assets.
  2. B
    Location inheritance, which requires all deployed resources to be deployed in the same geographical region as their parent resource group.
  3. Declarative syntax, which defines the desired end-state infrastructure without specifying the sequence of commands to create it.Cevap
  4. D
    Imperative execution, which allows administrators to write step-by-step script commands that instruct Azure on how to build each resource.

Cevap

Declarative syntax, which defines the desired end-state infrastructure without specifying the sequence of commands to create it.
The correct answer defines the declarative nature of Azure Resource Manager templates and Bicep. Declarative syntax allows you to specify the resources you need and their properties without needing to write step-by-step commands to build them. Azure Resource Manager automatically determines dependencies and creates the resources in the correct order.

Adım Adım Çözüm

1
Identify the organization's requirement to define infrastructure state and automate the creation order.
Recognized the need for a mechanism where the platform, rather than the user, determines the sequence of resource provisioning.
This establishes the distinction between declarative (what to build) and imperative (how to build) models.
2
Evaluate the capabilities of Azure Resource Manager (ARM) templates and Bicep.
Confirmed that ARM templates and Bicep use declarative syntax to define the desired end-state of the infrastructure.
This matches the requirement since Azure handles the dependency mapping and creation order under the hood.

Anahtar Kavram

Declarative nature of ARM templates and Bicep
Tahmini Süre:1m 0s
Bu soruyu puanla