Skip to content

redeploying an Azure App Service ... #4767

Answered by vhvb1989
blmiles asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @blmiles

If you make changes to your IaC (bicep or terraform files) and then run either azd up or azd provision, azd will run an incremental deployment for your infrastructure. That means any new resources you added will be created but removing resources from your IaC will not make azd to delete them. For updating resources, the deployment will apply the changes when the change is possible. For example, changes the name of a resource might lead to the creation of a new resource (instead of renaming the existing). And there are some changes that can't be applied to some resources after creating them; like changing the consumption model from an App Service might not be possible. For t…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@blmiles
Comment options

@blmiles
Comment options

@blmiles
Comment options

Answer selected by blmiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants