support bicep containerapp revisions - #5694
Conversation
8aab797 to
b9b1f2c
Compare
wbreza
left a comment
There was a problem hiding this comment.
We need a solution that does not invoke another round of bicep deployments. This is basically bringing us back to our v1 implementation. This would not be supported in other providers like Terraform.
ba2c81d to
0d15337
Compare
0d15337 to
9a481b3
Compare
9a481b3 to
0f8e346
Compare
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
This change allows for revisions to be defined and managed centrally in Bicep separately from
azd provision, i.e. Option 1 as described in #4232.The bicep deployment behavior is that environment variables are substituted, output variables are saved. No prompting is allowed.
Opens up scenarios for #5352, i.e. blue green scenarios are now possible and similar to what is documented currently for container apps.
Demo changes for todo-nodejs-mongo-aca
Fixes: #3116