Azure / Azure/deployment-stacks

Automate Resource Recreation in Bicep Deployments

Open
#181 4 comments 1 reaction 1 assignee Claimed by @alex-frankel View on GitHub
feature request needs upvote
Dominant language
Bicep
Stars
101
Forks
13
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**
Whenever we need to change a property of a resource that requires its recreation, we have to manually delete the resource using the Azure CLI or portal, and then rerun the deployment. In a production environment, manual deletion is not possible. Therefore, we need to remove the module from main.bicep, run the pipeline, then revert the changes and run it again.

**Describe the solution you'd like**
It would be extremely helpful if Bicep could manage resource recreation automatically, similar to how Terraform handles it.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.