Tag: DevOps
-
Referring to resource group tags in your Azure Resource Manager templates
Just a short blog post for a small useful hint. Assuming you are familiar with the Azure Resource Manager tags, I want to show you how you can refer to the resource group tags in your templates. That said, you only define the tags at the resource group level and you want to use them…
-
Using the latest API version in your Azure Resource Manager templates
I got a bit tired of checking which API version is the latest one and modifying my API variables in my ARM templates. So I investigated and tested a little bit and found a solution on how to get the latest API version every time. You can do this via the provider resource function in…
-
Getting started with Windows Server Containers
The last month I have played a bit with Docker and now I’m looking forward to have some time to get in touch with Windows Server Containers. If you have not done something yet with Docker or did not play around with the Windows Server 2016 Technical Preview 3 which includes the Windows Server Container…