Search code examples
azureazure-devopsazure-rm-template

How to update and redeploy ARM template


I am new to Azure as well as Devops, ARM template etc..I have deployed an ARM template for key valut with a name "ABC" via DevOPs. Now I would like to change some parameters. I don't have access to do it via portal and I am forced to use only ARM template. How can this be achieved via devops? Should I delete that resource and start from the scratch or any SOP to update resource parameters via ARM templates. For example I want to enable "“enabledForDeployment” for already deployed kay-vault. Thanks.


Solution

  • You can do it through PowerShell,

    Update a resource in an Azure Resource Manager template