Create Variable Group for ADO
An Azure DevOps project requires the creation of a Variable Group named socket_security. This group will contain an api_key variable, assigned the value of SOCKET_SECURITY_API_KEY, and can be shared across multiple pipelines.
- To begin, select your ADO project
- Click on Pipelines from the left menu
- Then select Library item under Pipelines menu
- Click on +Variable group button
- Under Properties section, on the ”Variable group name” field, enter socket_security (all lower case)
- Under the Variables section, click on + Add button
- In the Name field, set as api_key
- In the Value field, place your generated SOCKET_SECURIY_API_KEY here
- Click Save
Updated 4 days ago