High Availability with Azure Front Door
Today we are going to add high availability to our website with Azure Front Door, a load balancer. This will
Learning and sharing Azure architecture and DevOps tips with GitHub
Today we are going to add high availability to our website with Azure Front Door, a load balancer. This will
Mistakes can happen – we certainly make many. Today we are going to look at how to remove secrets from
Today we are going to use “User Secrets” to manage secrets in our .NET Core development environment. It’s important to
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
Most of the Azure Advisor recommendations are great, but like static code analysis, we don’t need all of them. We’ve
As part of creating pull request details, we needed to create a CNAME for the new pull request resource group
Today we are going to create a webhook and integrate it with Azure DevOps to capture pull request events. When