Tag Archives: arm templates

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

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

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

ARM Templates – Create multiple Instances by using ‘copy’

Creating multiple instances of Azure resources using copy. Continue reading

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

Terraform – a first introduction

Infrastructure as code is very popular for some time already. When talking about deploying infrastructure or application components to Microsoft Azure as code, then the Azure Resource Manager (ARM) will come to your attention. ARM manages resources that live in … Continue reading

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