Azure DevOps is a cloud-based platform that helps increase development speed for DevOps teams.
Torq enables quick and easy integration with Azure DevOps, so you can automate anything and everything within moments. Torq's public AzureDevOps Steps include:
Get Commit Details
List Projects
List Repositories
List Commits
+ More...
The following guide focuses on Azure DevOps integrations. To learn how to set up Azure Steps integrations, see the Azure guides.
Use Azure DevOps to Trigger Workflows in Torq
Step one: Create an Azure DevOps Trigger integration in Torq
Add the integration: Navigate to Build > Integrations > Triggers > Azure DevOps and click Add Instance.
Name the integration: Give the integration a unique and meaningful name.
Finalize: Click Add and Copy the generated endpoint. You will need the URL for the webhook.
Step two: Create a subscription in Azure DevOps
Open Azure DevOps: In the Azure DevOps portal, navigate to the relevant project and click Project settings.
Create a subscription: In General > Service hooks, click + Create subscription.
Select Web Hooks.
Click Next.
Select the relevant trigger.
Click Next.
In the Settings section, paste the URL you copied earlier.
Click Finish.
Now that you've successfully created an Azure DevOps Trigger, you can build your first Azure DevOps–initiated Workflow!
In Torq, go to Build > Workflows > Create a Workflow > New Blank Workflow, and select the Trigger type: Integrations > Azure DevOps. Find your new Trigger, and automate away!
Use Azure DevOps Steps in Torq
Step one: Create a personal access token in Azure DevOps
Open Azure DevOps: Go to the Azure DevOps portal and navigate to the relevant project.
Create a personal access token: Go to User settings > Personal access tokens and click + New token.
Enter a meaningful name.
Select the relevant expiration date.
Select at least the code.read scope.
Click Create.
Finalize: Copy the access token to save it for later—you will need it to create the Steps integration in Torq.
Step two: Create an Azure DevOps Steps integration in Torq
Navigate to the integration: Go to Build > Integrations > Steps > Azure DevOps and click Add Instance.
Configure the integration:
Give the integration a meaningful name.
Paste the personal access token you created earlier.
Enter the user account that created the access token.
Select the access token's organization.
Click Add.