Tag Archives: DevOps

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

Integrate Azure DevOps with Teams

I use Azure DevOps a lot when it comes to customer projects, mainly for infrastructure as code deployments. Azure DevOps supports a variety of service hooks that allows to interact with various other services. Microsoft Teams is one of these … 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