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