Silviu

Senior Product Manager, Azure DevOps

Post by this author

Updates to Approvals and Checks

Approvals and Checks provide increased security to your YAML pipelines. They allow you to control if a pipeline run is allowed to access a resource. Let's look at an example. Say you develop the FabrikamFiber web app. To deploy a new version of your app, you use a YAML pipeline that uses an Azure Resource Manager (ARM) service connection. ...

Disable creation of classic pipelines

YAML pipelines offer the best security for your Azure Pipelines. In contrast to classic build and release pipelines, YAML pipelines: This is why many of you who are security-conscious choose to only use YAML pipelines. Alas, as long as your engineers can choose to use classic pipelines, you will have to continue worrying about their ...

Safely Upgrade Your Pipelines from Azure DevOps Server 2019 to Server 2020

Learn how to upgrade from Azure DevOps Server 2019 to Server 2020 without losing builds.