Follow Me
Search
Categories
- Azure (65)
- DevOps (24)
- Events/Speaking (49)
- Exams/Awards (12)
- General (1)
- SCSM (112)
- Security (3)
- System Center (without SCSM) (26)
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 ARM, arm templates, DevOps, extension, IaC, infrastructure as code, visual studio code, visualization, vs code, vs code extension
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 azure, DevOps, hook, infrastructure as code, release, release management, service hook, teams
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 ARM, arm templates, copy, DevOps, IaC, iteration, multiply
Leave a comment