Idempotent redeployment #158
-
Hi all, is it possible to make "Deploy To Azure" button run the same deployment in idempotent way? Every component consists of multiple services and if something goes wrong, the all resources needs to be deleted and redeployed again. This makes it painful experience, especially in cases of retriable errors (e.g. Private Link registration). What do you think? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @renepajta, With the name checks that we just introduced, this will not be possible. One option would be to disable them again. If you run into deployment issues with e.g. private endpoints, you can use the Would this be an option for now? |
Beta Was this translation helpful? Give feedback.
Hi @renepajta,
With the name checks that we just introduced, this will not be possible. One option would be to disable them again. If you run into deployment issues with e.g. private endpoints, you can use the
Redeploy
button. We have seen some intermittent issues with Private Endpoints, which can be solved by deleting the failed endpoint and then clicking the redeploy button on the respective sub deployment:Would this be an option for now?
In the meantime, we have to work with some of the PGs to make sure that these intermittent issues are solved.