A company is planning to automate their environment provisioning using Azure Resource Manager (ARM) templates. During the planning phase, the team evaluates the rules and characteristics governing resource group deployments. Which of the following statements is correct regarding ARM templates and resource group deployments?
- ATemplates are written as imperative scripts, specifying the exact sequence of CLI or PowerShell commands that Azure must execute.
- Resources defined in a template can be deployed to a different Azure region than the resource group hosting the deployment.Cevap
- CTemplates allow you to create nested resource groups within a parent resource group to isolate different application layers.
- DAll resources defined in a template must reside in the same Azure region as the resource group that contains the deployment.
Cevap
Resources defined in a template can be deployed to a different Azure region than the resource group hosting the deployment.
Azure resources do not have to reside in the same geographic region as the resource group that contains them. A resource group's location is primarily used to store its deployment metadata, while the resources themselves can be deployed to any supported Azure region specified in the template.
Adım Adım Çözüm
Anahtar Kavram
Azure Resource Manager (ARM) template deployments and resource group boundaries