08:54
DevOps· Feb 8, 2025
Azure Pipeline Library — Variable Groups Manage shared pipeline configuration cleanly with Variable Groups: scoped variables, secret variables, and how to reference them in YAML pipelines.
07:21
DevOps· Feb 5, 2025
Azure DevOps Pipeline Library — Secure Files Use Secure Files to ship signing certificates, SSH keys, and other secrets into pipelines without checking them into the repo.
13:08
DevOps· Feb 5, 2025
Using a Remote Terraform Module from Azure Repos Centralise reusable infra components: publish a Terraform module to Azure Repos, version it with tags, and consume it across teams.
15:36
DevOps· Feb 1, 2025
Deploy Terraform with an Azure DevOps Pipeline Run terraform plan and apply from a multi-stage Azure DevOps pipeline, with state stored in Azure Storage and an approval gate before apply.
09:48
Azure· Jan 27, 2025
Link Azure Key Vault Secrets as Pipeline Variables Wire Key Vault into Azure Pipelines so secrets land as variables at runtime, never in source control or pipeline logs.
12:15
DevOps· Jan 20, 2025
Introduction to Azure DevOps Pipelines The fundamentals: agents, jobs, stages, and a working YAML pipeline. The starting point if you're new to Azure DevOps CI/CD.
10:32
DevOps· Jan 18, 2025
Introduction to Azure DevOps Repos Create a repo, manage branches, set branch policies, and collaborate on code using Azure Repos.
14:20
DevOps· Jan 4, 2025
Running an Azure Pipeline Agent in a Docker Container Containerise a self-hosted Azure DevOps agent: build the image, register it against the pool, run jobs in isolation.