CI Integrations
Azure DevOps

Create Central Azure DevOps Task Keys

2min

It can be helpful when integrating SOOS with Azure DevOps, to create a set of central Task Keys to store the SOOS ClientID and API Key.

Setup

Create a new Variable group, name it so that it can be identified in relation to the SOOS Task.

Set the Pipeline permissions if required. Alternatively, leave these empty to allow any pipeline to access this variable group.

Add new Variables for the ApiKey and ClientId. Obtain the values for these variables from the Integrations page in the SOOS app.

Make sure to mark these as “Secret” values using the lock icon.

Document image


Link the Variable Group to your pipeline(s).

Document image


Reference the Variables in your pipeline with the same names you used when creating the variables, such as $(ApiKey) and $(ClientId).

Using the value




Updated 25 Feb 2025
Doc contributor
Did this page help you?