Within Azure DevOps service connections are used for the authentication against the Azure platform but in GitHub this works a little bit different. Let me…
At the beginning of this year Microsoft released Azure Arc enabled Kubernetes, this enabled you to attach conformant Kubernetes clusters to Azure for management. With a new preview…
Azure template spec is a resource type within Azure used for storing an Azure Resource Manager (ARM) template for later use. By using template specs…
During Ignite Microsoft released bicep version 0.3.1. With this version the bicep language is not experimental any more. Some pointer about this version are: Parity…
In Azure DevOps it is possible to create a agent pool that references a Azure virtual machine scale set. This scale set can be based…
Azure Template specs is a new resource within Azure that is used for saving Azure Resource Manager Templates (ARM). With these template specifics you can…
Most organizations start with the Microsoft Azure cloud by experimenting and before they know it, an environment is created that is no longer as transparent…
Control over your cloud environment is great. In order to properly monitor and manage a cloud environment, it is important to draw up a cloud…
Bicep is at the time of writing an experimental language that you can be used to simplify the writing of ARM templates. Bicep is a…
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…
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…
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…