Azure DevOps Locations
The Azure DevOps integration supports loading catalog entities from Azure DevOps. Entities can be added to static catalog configuration, or registered with the catalog-import plugin.
integrations:
azure:
- host: dev.azure.com
token: ${AZURE_TOKEN}
Note: An Azure DevOps provider is added automatically at startup for convenience, so you only need to list it if you want to supply a token.
The configuration is a structure with two elements:
host
: The DevOps host; onlydev.azure.com
is supported.token
(optional): A personal access token as expected by Azure DevOps.