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,
In the most excellent DevOps book, “Accelerate“, four metrics were identified as being most important in identifying high performing DevOps
“Feature flags”, sometimes called “feature flag toggles”, are a key piece of functionality in applications that practice continuous deployment, where
We have been using SonarCloud for a few weeks now. We have a decent overview of what our code looks
HTTPS is so important to ensure that we keep our data safe. It can also affect the amount of traffic
Today we are going to finish the refactoring of our release so we can deploy to a new environment with
We are going to add functionality to our website to call our web service and populate the website with content
Today we are going to create our own NuGet package, publish it to Azure DevOps, and then consume it in
In the second part of our data migration, we are going to move on to a large number of images
Most systems typically require some sort of input, interaction, and then output, workflow. Today we are going to setup our