Testing Cloudflare's Code Mode on Azure DevOps MCP
I recently spent some time testing Cloudflare's Code Mode in implementing the Azure DevOps MCP server in a more lightweight manner. This post goes through some of my experiences.…
Read more
I recently spent some time testing Cloudflare's Code Mode in implementing the Azure DevOps MCP server in a more lightweight manner. This post goes through some of my experiences.…
Read more
The Managed DevOps Pools (MDP) resource in Azure has been Generally Available since Ignite 2024. Let's see how to set one up, and discuss why I think this solves a common problem in my projects: requiring deployments into VNETs.…
Read more
I created a simple tool to make aggregation of data easier for Azure Monitor based alerts…
Read more
This post will go through the infrastructure implementations for two different use cases: scale-to-zero agents that die after every run, and static agents that persist until killed.…
Read more
This post shows an example of how to use Azure DevOps Agents without Personal Access Tokens, using Managed Identities instead.…
Read more
This post will show you how to use User Assigned Identities to back Azure DevOps service connections to Azure…
Read more
Recent changes in the Azure DevOps UI have made it somewhat difficult to refresh secrets on the Azure ARM service connections, here are a couple of ways you can work around this.…
Read more
I was recently asked about the different triggers in Azure Pipelines YAML. Let's take a closer look at what is offered and how to use them.…
Read more
Due to the Covid-19 situation, the excellent Global Azure Bootcamp had to be transformed into a virtual event this year. I was already part of organizing a local physical event, so I thought it would at least make sense to participate in the virtual event.…
Read more
I've been using Azure Pipelines YAML schema for quite a while now, but the difficulty of selecting specific artifacts has been bothering me. Check out how I've overcome the issue.…
Read moreAfter a bit of a lull in the content front, I recently wrote a blog…
Read more
We wanted to generate migration scripts in our build steps and then separately run them against our SQL database in the release pipeline. This was fairly straightforward on paper, but in our situation turned out to include some gotchas I was not aware of before.…
Read more