A while ago, I blogged about creating an Azure Container Registry Service Connection in Azure DevOps, using the UI. In short, when you don’t have direct permission on the Azure subscription, the UI in Azure DevOps blocks you from creating a service connection, because there is no manual way of doing that. My previous post […]
Continue reading
Archive | Azure DevOps RSS feed for this section

Different variables for different branches in your Azure DevOps Pipeline
Yesterday I needed to create a pipeline to publish a zip file to a storage account on Azure. The zip file is used to publish some content to a website. I use the Azure DevOps wiki to write the content. A development branch, that contains the working version, and the master branch that contains the […]
Continue reading
Distribute your blessed ARM templates with Universal Packages in Azure DevOps
There is a fine-grained balance between full autonomy of a team and arranging things on a more central level. One of the things I talk about, when I talk about shifting to Rugged DevOps, is the use of blessed libraries, scripts and templates. As an example, if all your teams write their own logging library, you […]
Continue reading