This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is a nested template in Azure Pipelines?
A default template for specific technologies and their dependencies.
A template that is designed to run only on specific agents.
A template that includes another template inside it.
How can you share secret variables across multiple pipelines in Azure Pipelines?
By defining the variable in each pipeline separately.
By using variable groups and defining secret variables.
By defining the variable in a script and sharing it across multiple pipelines.
What is the purpose of conditionally removing script tasks from templates in Azure Pipelines?
To improve security by preventing unnecessary execution of scripts.
To improve the performance of the pipeline.
To reduce the amount of code in templates.
You must answer all questions before checking your work.
Was this page helpful?