Skip to content

Use Arm To Overwrite A Resource With A Template

  1. In [[Azure Resource Manger]] choose “Resource groups” then click your desired resource group.
  2. Select checkbox for the resource(s) you want to amend
  3. Under the 3 dots in the top toolbar choose “Export template”
  4. Copy paste the contents of the template into an editor.
    1. Edit it
  5. In [[Azure Resource Manger]] choose “Resources > All”
  6. Select “Create”
  7. Select “Template deployment (deploy using custom templates)”
  8. Select “Build your own template in the editor”
  9. Paste in your amended template
  10. Hit “Save”
  11. You may be brought to a new editor specific to your resource, complete it and then create your resource.