An Azure administrator is configuring deployment pipelines using Azure Resource Manager (ARM) templates. Consider the following statement:
Statement: The default deployment mode for ARM templates is Incremental, which ensures that resources already present in the target resource group but not defined in the template are left unmodified.
Is this statement true or false?
Cevap: Cevap
Cevap
True
The statement is true because the default deployment mode for Azure Resource Manager (ARM) templates is Incremental, which preserves existing resources in the resource group that are not defined in the deployment template.
Adım Adım Çözüm
Anahtar Kavram
ARM template deployment modes (Incremental vs Complete)
Tahmini Süre:1m 0s