In order to retrieve information from Azure Subscriptions someone at a client wanted to use the Resource Graph API. For this they were building an…
Two days Ago I published the post “Testing ARM Templates” that mentioned the ARM-TTK PowerShell Module Microsoft is creating to test ARM templates. After writing…
A few weeks ago I was looking at ways how I could test my ARM templates. During my work I create a lot of these…
For a couple of years, I have been doing a lot of community work. The most of it was blogging on the various platforms I…
When moving to a DevOps way of working it is important to have a good set of rules on how to work with software and…
The last couple of months I haven’t been blogging as much as I would like because it has been a real roller coaster for me…
The terms Continuous Deployment and Continuous Delivery are most of the time mistaken with each other. The abbreviation CD is sometime used for Continuous Deployment…
Technology is changing in a very fast pace. If we look at Microsoft technologies like Azure, you see changes every week. Because of this I…
Collaborating in a Azure DevOps Git repository with a lot of people could become a chaos regarding branch folders. At the start of a project…
Code analysis is a best practice in a operating continuous integration pipeline. SonarQube can be used in combination with Azure DevOps. If you do not…
When developing applications for Azure security it always one of the items you need to cross of your list. Many security requirements can be solved…
In some situations, it can be useful to trigger an Azure DevOps pipeline from a pipeline. Triggering a pipeline can be done via the API…