> ## Documentation Index
> Fetch the complete documentation index at: https://docs.datafold.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Azure AI Foundry

Connect to model deployments hosted in your Azure AI Foundry (Azure OpenAI) resource.

## Configure in Datafold

1. Navigate to **Settings** → **Integrations**, click **Add New Integration**, and choose **Azure AI Foundry**.
2. Fill in:

| Field             | Description                                                                                                                                                                                                                                                             |
| ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Resource name** | The `<name>` in `https://<name>.openai.azure.com` — found on your resource's overview page. Datafold composes the endpoint URL from it.                                                                                                                                 |
| **API Key**       | One of the resource's keys (**Resource Management** → **Keys and Endpoint**).                                                                                                                                                                                           |
| **Models**        | Your resource's **deployment names** (which may differ from base model ids — e.g. a deployment `gpt-5-prod` serving `gpt-5.5`). Datafold attempts to list deployments automatically; if your resource doesn't support the listing API, enter deployment names manually. |

3. Click **Save**.
