Tag Archives: infrastructure as code

The live stream recording “ARM Templates Deployment Scripts” is now available!

On October 19, 2020 I did a live stream together with Microsoft Azure MVP Martin Ehrnst to talk about Deployment Scripts in ARM templates. We talked about the need for deployment scripts for the “last mile configuration” and how they … Continue reading

Posted in Azure, DevOps | Tagged , , , , , , , , , | Leave a comment

The live stream recording “Nested & linked ARM templates” is now available!

On October 12, 2020 I did a live stream together with Microsoft Azure MVP Martin Ehrnst to talk about nested and linked ARM templates. We covered topics such as nesting, expression evaluation handling, multi-scoping and decomposing strategies. And we quickly … Continue reading

Posted in Azure, DevOps | Tagged , , , , , , , , , , , , | Leave a comment

The live stream recording “More complex ARM templates” is now available!

On October 4, 2020 I did a live stream together with Microsoft Azure MVP Martin Ehrnst to talk about more complex ARM templates. We covered topics such as parameters, variables, dependencies, functions, conditions and copy. And we gave a quick … Continue reading

Posted in Azure, DevOps | Tagged , , , , , , , | Leave a comment

The live stream recording “ARM templates basics for Microsoft Azure” is now available!

Some days ago I did a live stream to talk about infrastructure-as-code and ARM templates basics. The goal was to give beginners a quick introduction why infrastructure-as-code makes sense and how very basic ARM templates work.

Posted in Azure, DevOps | Tagged , , , , , , , | Leave a comment

The live stream recording “Terraform basics for Microsoft Azure” is now available!

Some days ago I did a live stream to talk about infrastructure-as-code and Terraform basics. The goal was to give beginners a quick introduction why infrastructure-as-code makes sense and how Terraform works in it’s very basics.

Posted in Azure, DevOps | Tagged , , , , , , , , | Leave a comment

2 free Infrastructure-as-Code Live Streams!

A while ago I announced a new infrastructure-as-code live stream. The idea was to give interested persons a kickstart how to use common tools and procedures they can use on Azure, either with ARM templates or Terraform. The poll results … Continue reading

Posted in Azure, DevOps, Events/Speaking | Tagged , , , , , , , , | Leave a comment

Using the Terraform Cloud with multiple Workspaces

In 2019, Hashicorp announced their very own Terraform Cloud. It allows you to manage state remotely, allows the remote execution of plan, apply and destroy tasks and supports integration with common version control systems to manage your code (and some … Continue reading

Posted in Azure, DevOps | Tagged , , , , , , , , , , , , | Leave a comment

How to release existing resources from Terraform management

Some days ago I wrote an article how one can bring existing resources under Terraform management. While this is a valid scenario, the opposite could also be needed. This blog post demonstrates several methods how one can release existing resources … Continue reading

Posted in Azure | Tagged , , , , , , , | 1 Comment

How to bring existing Azure resources under Terraform management

In a perfect world, an application with all of its components is provisioned and managed as code from the very beginning. But unfortunately that is not always the reality. Some companies start to provision services manually before they find out … Continue reading

Posted in Azure, DevOps | Tagged , , , , , | 9 Comments

Visualize your ARM Templates in VS Code

My team works a lot with ARM Templates to deploy and maintain Azure-based applications and infrastructure. We normally develop ARM Templates using Visual Studio Code, then manage and release the code using Azure DevOps. Sometimes we hand over code to … Continue reading

Posted in Azure, DevOps | Tagged , , , , , , , , , | Leave a comment