Revisiting versioning with GitHub
Today we will use “GitVersion” to create a release and tag our code in GitHub. A tagged release helps to
Learning and sharing Azure architecture and DevOps tips with GitHub
Today we will use “GitVersion” to create a release and tag our code in GitHub. A tagged release helps to
Today we will learn how to use (free) Azure web app managed certificates. While we have been using the free
This week we are going to investigate the PowerShell module “What-if“, to preview an ARM template deployment. Infrastructure as code,
Today we are going to upgrade our ASP.NET 3.1 website to the latest preview version of ASP.NET 5. While .NET
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
A few months ago, we looked at Dependabot, a tool to check for dependency updates. Recently, GitHub announced an update,
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