When resource creation fails because of Azure Policies the error is not always that descriptive and you will have to search for the failure. If…
With the new release of Bicep (v0.4.1124) it is now possible to export existing Azure resources to Bicep code. This means you do not have…
As of version 0.4.1008 bicep now supports repositories for saving bicep modules. Repositories that are supported at the time of writing this article are: Azure…
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…
In numerous situations I have seen seen people sharing code from a centralized Azure Repos sending the scripts via email. On every new version they…
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…
Bicep is a language that is used to simplify the writing of ARM templates. Bicep is a so called DSL (Domain Specific Language) meaning that…
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…
After my session at Azure LowLands with the title “You build It, You run It on the Microsoft Platform” a lot of people were interested…