An Infrastructure as Code Bake-off, comparing ARM, Terraform and Bicep - Mike Benkovich

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

Комментарии • 3

  • @alioughana
    @alioughana Год назад

    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

  • @illiakailli
    @illiakailli Год назад

    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.