
Define variables - Azure Pipelines | Microsoft Learn
Oct 27, 2025 · Using the Azure DevOps CLI, you can create and update variables for the pipeline runs in your project. You can also delete the variables if you no longer need them.
Predefined variables - Azure Pipelines | Microsoft Learn
Variables give you a convenient way to get key bits of data into various parts of your pipeline. This is a list of predefined variables that are available for your use.
Set variables in scripts - Azure Pipelines | Microsoft Learn
Oct 27, 2025 · Learn how to define variables in Bash and PowerShell scripts and use them in your pipeline.
variables definition | Microsoft Learn
Dec 18, 2025 · You can't use list and mapping variables in the same variables section, but you can combine name, group, and template when using list syntax. You can specify variables at the pipeline, …
Use variables in Classic release pipelines - Azure Pipelines
Oct 27, 2025 · Learn how to use the different types of variables in a Classic release pipeline.
Manage variable groups - Azure Pipelines | Microsoft Learn
Jul 15, 2025 · You can add combinations of approvals, checks, and pipeline permissions to limit access to secret variables in a variable group. Access to nonsecret variables isn't limited by approvals, …
Securely use variables and parameters - Azure Pipelines
Oct 30, 2025 · In Azure Pipelines, you can allow users to customize pipeline execution by collecting their input with variables and parameters. However, accepting user input can also introduce security risks …
az pipelines variable | Microsoft Learn
This reference is part of the azure-devops extension for the Azure CLI (version 2.30.0 or higher). The extension will automatically install the first time you run an az pipelines variable command.
Set secret variables - Azure Pipelines | Microsoft Learn
6 days ago · Secret variables ensure that only authorized pipelines and tasks can access sensitive data, protecting your organization's security posture. The recommended ways to set secret variables are in …
Expressions - Azure Pipelines | Microsoft Learn
Jan 9, 2026 · Discover how to use expressions in Azure Pipelines. Define conditions, evaluate variables, and streamline your CI/CD workflows with this guide.