# Azure

**Provisioning Azure Source Control Integration**

**Please Note:** Starting April 2025, Microsoft will no longer accept new registrations of Azure DevOps OAuth apps. In order to connect your Azure repository, you will need to register an application using Microsoft Entra. For more information, please see [here](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app). For additional information on these recent changes, see [here](https://devblogs.microsoft.com/devops/no-new-azure-devops-oauth-apps/).

***

Before any integrations can be built, the source control tenant needs to be setup. To do that, select the source control tenant and connect it to your [Microsoft Entra](https://docs.pandium.com/connectors/connectors-101/microsoft-entra) account, which will contain all the source code of the integrations that you will build in the future. When connecting the tenant for the first time, it'll ask you to get permissions to access your Microsoft Entra (Azure DevOps) organization. If you don't authorize it, the source control integration will not work properly. When the Entra tenant has been successfully connected, a green checkmark will appear next to it.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pandium.com/reference/source-control/azure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
