High performing DevOps metrics
In the most excellent DevOps book, “Accelerate“, four metrics were identified as being most important in identifying high performing DevOps
Learning and sharing Azure architecture and DevOps tips with GitHub
In the most excellent DevOps book, “Accelerate“, four metrics were identified as being most important in identifying high performing DevOps
Today we are going to setup availability testing in Application Insights. An availability test is a simple test that confirms
Last week we received an odd message when deploying a pipeline about hitting our “deployment quota of 800”. This pipeline
In the highly recommended DevOps book “Accelerate“, deployment frequency is recognized as one of the primary measurements of high performing
Today we are going to create a webhook and integrate it with Azure DevOps to capture pull request events. When
Today we are going to create a dynamic, zero-touch, PR (Pull Request) environment, a place for us to validate and
Today we are going to investigate parallel jobs in Azure DevOps, and learn how we can use them to speed
This week we are going to demonstrate how to setup manual approvals to our multi-stage YAML pipelines. This is achieved
DependaBot is a useful tool to regularly check for dependency updates. By helping to keep your project up to date,
GitHub Actions are GitHub’s solution to CI/CD. The pipelines are written in YAML, and are very similar to Azure DevOps