Files
backstage/plugins/azure-devops-backend

Azure DevOps Backend

Simple plugin that proxies requests to the Azure DevOps API.

Setup

The following values are read from the configuration file:

azureDevOps:
  host: dev.azure.com
  token: ${AZURE_TOKEN}
  organization: my-company

Configuration Details:

  • host and token can be the same as the ones used for the integration section
  • AZURE_TOKEN environment variable must be set to a Personal Access Token with read access to both Code and Build
  • organization is your Azure DevOps Organization name or for Azure DevOps Server (on-premise) this will be your Collection name