Azure Repos - install and configure using Docker
Configure Broker to be used with Azure Repos
Docker run command to set up a Broker Client for Azure Repos
docker run --restart=always \
-p 8000:8000 \
-e BROKER_TOKEN=<secret-broker-token> \
-e BROKER_SERVER_URL=<broker-region-url> \
-e AZURE_REPOS_TOKEN=<secret-azure-token> \
-e AZURE_REPOS_ORG=<org-name> \
-e AZURE_REPOS_HOST=<your.azure-server.domain.com (no http/s)> \
-e PORT=8000 \
-e BROKER_CLIENT_URL=<http://broker.url.example:8000 (dns/IP:port)> \
-e ACCEPT_IAC=tf,yaml,yml,json,tpl \
-e ACCEPT_CODE=true \
-e ACCEPT_ESSENTIALS=true \
snyk/broker:azure-reposStart the Broker Client container and verify the connection with Azure Repos
Basic troubleshooting for Broker with Azure Repos
PreviousAzure Repos - prerequisites and steps to install and configure BrokerNextAzure Repos - install and configure and configure using Helm
Last updated
Was this helpful?

