Tag: DevOps

Manage your releases by environment using Azure DevOps YAML templates
Manage your releases by environment using Azure DevOps YAML templates
Blog Posts

Use YAML to define the releases of your environments When setting up continuous integration (CI) and continuous delivery (CD) you always need to manage different environments for your project. Depending on your needs you will have at least 3 environments to drive your project correctly,for instance: Development Staging Production The development (Dev) environment will be… READ MORE

Terraform With Azure DevOps
Terraform With Azure DevOps
Blog Posts

Introduction Over the past few weeks I have been helping a couple of my customers take their first steps into the world of DevOps and Infrastructure-as-Code with Terraform. It’s safe to say there is an array of fantastic content out there already in the community and from the vendors themselves, which have certainly been useful… READ MORE

Set the Default Branch on your Azure DevOps Repos
Set the Default Branch on your Azure DevOps Repos
Blog Posts

Lets talk Azure DevOps Repos! Introduction « Breaking News » the Git project has decided to use as default branch main instead of master. As very well described in the following article, Microsoft has set on november 2020 the default branch of all new Azure DevOps Repos to be main instead of master. “Microsoft is joining the Git project (statement, code change) and multiple vendors including… READ MORE