Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== ARM Templates ====== * [[https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/overview]] ====== Deployment Modes ====== * In **complete mode**, Resource Manager deletes resources that exist in the resource group but aren't specified in the template. * In **incremental mode**, Resource Manager leaves unchanged resources that exist in the resource group but aren't specified in the template. Resources in the template are added to the resource group. ====== Sections of an ARM Template ====== * Parameters * Variables * User-defined functions * Resources * Outputs ====== CLI/Powershell ====== * When using the Powershell command ''New-AzResourceGroupDeployment'' with a remote ARM template use the ''-TemplateUri'' parameter azure/arm_templates.txt Last modified: 2024/09/24 18:32by mmuze