Azure DevOps Agents in Azure Container Apps
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 moreThis 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 moreThis post shows an example of how to use Azure DevOps Agents without Personal Access Tokens, using Managed Identities instead.…
Read moreThis post will show you how to use User Assigned Identities to back Azure DevOps service connections to Azure…
Read moreA look into a simple approach to automating deployments to Azure that can be run locally using powershell. Also includes thoughts on Azure Developer CLI (azd)…
Read moreRecent 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 moreIn this post, I’ll try to open up a few of the ways of how a robust system of telemetry and feedback will allow your product to be more agile, deploy more often, lead to faster time to market, and change the development culture of your team for the better.…
Read moreFor our static frontend hosted in Azure Storage, there is no slot swap functionality out of the box. Here's a short walkthrough on how we solved this.…
Read moreI'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 moreA short look into what the process is like, what benefits there are and what might go wrong.…
Read moreAfter a bit of a lull in the content front, I recently wrote a blog…
Read moreWe 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 moreI've recently had the opportunity to get a bit more familiar with Azure Data Factory V2. Here are some of my findings regarding the DevOps side of the product.…
Read more