Using what-if to optimize ARM template deployments
This week we are going to investigate the PowerShell module “What-if“, to preview an ARM template deployment. Infrastructure as code,
Learning and sharing Azure architecture tips with DevOps
This week we are going to investigate the PowerShell module “What-if“, to preview an ARM template deployment. Infrastructure as code,
Today we going to build a dynamic ARM template to read in a list of our webapps, and loop through
Today we are going to implement a new strategy to manage our ARM templates with Azure DevOps. We’ve been using
In Azure DevOps, there is an audit log to record changes to a variety of events in your Azure DevOps
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
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