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

# Azure

> Configure Azure as an AI provider in your Adaline workspace

## Adding Azure Credentials

You can add Azure credentials by navigating to the **Providers** page under **Settings**.

<Steps>
  <Step title="Configure Provider Name">
    Click on the plus (+) icon.

    <img src="https://mintcdn.com/adaline/tvqUtfKxTlDfJpNv/images/admin/providers/azure/azure-1.png?fit=max&auto=format&n=tvqUtfKxTlDfJpNv&q=85&s=cfeb7d43da21061c31ff624c1ac280ad" alt="Configure Azure provider name" title="Configure Azure Provider Name" style={{ width:"100%" }} width="2144" height="1392" data-path="images/admin/providers/azure/azure-1.png" />

    * Enter a unique **Name** for your Azure configuration (e.g., "Azure-Dev").
    * This name will be used as a prefix in the model dropdown to help you identify which provider configuration to use. The name appears as "Azure (your-name)::" before each model name.
    * It makes it easy to distinguish between multiple Azure accounts like "Azure-dev" and "Azure-prod" setups.
  </Step>

  <Step title="Enter Credentials">
    <img src="https://mintcdn.com/adaline/tvqUtfKxTlDfJpNv/images/admin/providers/azure/azure-2.png?fit=max&auto=format&n=tvqUtfKxTlDfJpNv&q=85&s=d0ac10598961f0f9746e3853e7bafd6c" alt="Enter Azure API credentials" title="Enter Azure API Credentials" style={{ width:"100%" }} width="1028" height="1116" data-path="images/admin/providers/azure/azure-2.png" />

    * Add your **API key** in the required field.
    * Add the **Model name**, for example, gpt-96o.
    * Add the **Resource name**.
    * You can also add a **Description** to help identify the purpose of these credentials for future reference.
  </Step>

  <Step title="Create">
    Click **Create** to save your provider configuration.
  </Step>
</Steps>
