Just a slight correction - ARM/bicep doesn't at the moment allow for keeping track of what's been deployed to Azure. You can certainly see the deployment logs for a deployment in Azure but there is no equivalent of Terraform state or Cloudformation stacks. However, there is a new type soon to be made available called 'deploymentStacks' that will enable you to manage the lifecycle of your deployed resources
Thanks for the presentation! Is there a way to generate an execution plan with arm/bicep before applying infrastructure changes? Both terraform and pulumi support this feature.
Just a slight correction - ARM/bicep doesn't at the moment allow for keeping track of what's been deployed to Azure. You can certainly see the deployment logs for a deployment in Azure but there is no equivalent of Terraform state or Cloudformation stacks. However, there is a new type soon to be made available called 'deploymentStacks' that will enable you to manage the lifecycle of your deployed resources
Thanks for the presentation!
Is there a way to generate an execution plan with arm/bicep before applying infrastructure changes? Both terraform and pulumi support this feature.