Here's an interesting use case I came across -that I thought could also be a valuable resource to share- and hence this post. I've worked on Terraform and am aware of the solution that it provides to IaC principles. I've worked extensively on Azure DevOps and know Azure Pipelines can also be good at orchestration. … Continue reading Azure DevOps and Terraform to provision Amazon S3
Category: Azure Devops
Variables in Classic Editor of Azure Pipelines (Azure DevOps)
There are three types of variables while working with Azure Pipelines in Azure DevOps: -predefined variables, -variables declared/stored in build and release definitions (pipelines), and - variables declared/stored in variable groups in libraries. Microsoft has in-depth info about predefined variables at AzureDevOps Pipeline Variables. In this note, I discuss the other two types of variables. … Continue reading Variables in Classic Editor of Azure Pipelines (Azure DevOps)
Deploy from Azure DevOps to Amazon S3 in 3 steps
How to deploy an artifact from Azure DevOps to AWS S3 in 3 easy steps
Azure DevOps to Amazon EC2 instance in 4 steps
How to deploy a build artifact from Azure DevOps to an AWS EC2 instance in 4 easy steps
Pull Request Builds in Azure DevOps -Part 2
Part 2 of how to work with pull requests and builds
Pull Request Builds in Azure DevOps
How to work with pull requests and builds
Protect master in Azure Repos using policies
Step by step guide on how to protect master branch with policies
Getting started with Azure Devops -create a release definition
This is part 8 of a multipart series on getting started with Azure DevOps. Please refer to the below links to access other notes in this series. Part 1: Getting started with Azure DevOps Part 2: Getting started with Azure DevOps -work items Part 3: Getting started with Azure DevOps -add a repo Part 4: … Continue reading Getting started with Azure Devops -create a release definition
Getting started with Azure Devops -create a build pipeline -Part 1 (YAML pipeline)
This is part 5 of a multipart series on getting started with Azure DevOps. Please refer to the below links to access other notes in this series. Part 1: Getting started with Azure DevOps Part 2: Getting started with Azure DevOps -work items Part 3: Getting started with Azure DevOps -add a repo Part 4: … Continue reading Getting started with Azure Devops -create a build pipeline -Part 1 (YAML pipeline)
Getting started with Azure Devops -create a build pipeline -Part 2 (Classic Editor)
This is part 6 of a multipart series on getting started with Azure DevOps. Please refer to the below links to access other notes in this series. Part 1: Getting started with Azure DevOps Part 2: Getting started with Azure DevOps -work items Part 3: Getting started with Azure DevOps -add a repo Part 4: … Continue reading Getting started with Azure Devops -create a build pipeline -Part 2 (Classic Editor)