# Microsoft Azure DevOps Server version tags

Copy as Markdown[Open in ChatGPT](https://chatgpt.com/?q=Read%20https%3A%2F%2Fdocs-docusaurus.kinsta.page%2Fdeveloper-portal%2Fapis%2Fversion-tags%2Fmicrosoft-azure-devops-server-version-tags.md%20and%20help%20me%20with%20my%20question%20about%20this%20Coralogix%20documentation%20page.)[Open in Claude](https://claude.ai/new?q=Read%20https%3A%2F%2Fdocs-docusaurus.kinsta.page%2Fdeveloper-portal%2Fapis%2Fversion-tags%2Fmicrosoft-azure-devops-server-version-tags.md%20and%20help%20me%20with%20my%20question%20about%20this%20Coralogix%20documentation%20page.)

### Integrate Coralogix with your Azure DevOps Server deployment pipelines[​](#integrate-coralogix-with-your-azure-devops-server-deployment-pipelines "Direct link to Integrate Coralogix with your Azure DevOps Server deployment pipelines")

Coralogix supports integration with `Azure DevOps Server` webhooks, use webhooks to inform Coralogix when a new build is issued.

**STEP 1**. Sign in to Azure DevOps Server using your user credentials.

**STEP 2**. Select your team project.

**STEP 3**. Click **Settings**.

**STEP 4**. Navigate to **Service hooks**.

**STEP 5**. Click **Add new service hooks**.

**STEP 6**. Select **Web Hooks**.

**STEP 7**. Select **Build Completed** as the trigger.

**STEP 8**. Select Build Status **Succeeded** and click **Next.**

**STEP 9**. Finalize your setup.

* Choose any filter as you desire.

* Choose the <!-- -->https\://api./api/v1/external/tfs?application=YOUR\_APPLICATION\_NAME\&subsystem=YOUR\_SUBSYSTEM\_NAME\&name=YOUR\_TAG\_NAME<!-- --> endpoint that corresponds to your Coralogix [domain](https://docs-docusaurus.kinsta.page/user-guides/account-management/account-settings/coralogix-domain/.md) using the domain selector at the top of the page.

  * `application` (required): This must be identical to your logs application name.

  * `subsystem`: This must be identical to your logs subsystem name. You may add more than one subsystem name separated by a comma.

* To use this API you need to [create](https://docs-docusaurus.kinsta.page/user-guides/account-management/api-keys/api-keys/.md) a personal or team API key. It’s recommended to use permission presets, as they are automatically updated with all relevant permissions. Alternatively, you can manually add individual permissions.

  | Preset          | Action                                                                                                    | Description                                                                                        |
  | --------------- | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
  | CICDIntegration | `VERSION-BENCHMARK-TAGS:READ`<br />`VERSION-BENCHMARKS-REPORTS:READ`<br />`VERSION-BENCHMARK-TAGS:UPDATE` | View Version Benchmark Tags<br />View Version Benchmark Reports<br />Modify Version Benchmark Tags |

  Include headers with the following properties using your API key:<br /><!-- -->Authorization: Bearer `<cx_api_key>`

* Click **Finish**.

## Additional resources[​](#additional-resources "Direct link to Additional resources")

|                     |                                                                                                 |
| ------------------- | ----------------------------------------------------------------------------------------------- |
| Coralogix Endpoints | [Coralogix Endpoints](https://docs-docusaurus.kinsta.page/integrations/coralogix-endpoints/.md) |
