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…
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…
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 some situations access to the workflows needs to be controlled. This has to be done in some way to make sure only specific people…
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…
A couple of weeks ago the rename / rebranding of Visual Studio Team Services to Azure DevOps was announced. The rebranding is a great step…
When deploying an Azure Resource Manager (ARM) template you have to create a resource group within Azure. To deploy a template via script your script…
As you know the classic hybrid connections that are build upon Azure BizTalk Services are deprecated. These connection will have to be replaced by the…
When working with Azure services, you will combine services together. For one of mine integration cases I had to create a LogicApp where in I…
Since that Azure uses the Azure Resource Manager you have the ability to setup your own templates for deploying your applications. This can be handy…