Add the Azure DevOps config provider and run Discovery to discover all projects, pipelines, and pipeline variables in an organization by using the Cloud Services Catalog application.
Before you begin
Role required: none
Procedure
-
Navigate to the Admin portal and select Credentials.
-
Add the API key credential that you created with the Personal Access Token (PAT) credential.
-
Prefix the Personal Access Token (PAT) with a colon and encode it to base64 format.
-
Add a colon before your PAT value.
Format: :PAT
-
Encode the string to base64 format.
The result is an encoded string.
-
Prefix the encoded base64 string with
Basic (include a space after Basic).
Format: Basic (encoded_base64_string)
-
Add a required alias.
-
Navigate to and add a config provider.
Important:
Infrastructure as Code (IaC) Discovery is supported. You can discover the Azure DevOps pipeline Ansible job templates by setting up a scheduled discovery.
-
Discover all projects, pipelines, and pipeline variables in an organization by running Discovery.
-
Find the Config installables under the selected Azure DevOps project.
Result
You can now order an Azure DevOps catalog item from the Azure DevOps catalog order form on Employee Center.