For the complete documentation index, see llms.txt. This page is also available as Markdown.

Azure OpenAI

Quickly set up the Azure OpenAI LLM service into your NLX workspace

Integrate Azure OpenAI

  1. Select Resources from your workspace menu and choose Integrations card

  2. Click Add integration > Choose Azure OpenAI from the Type dropdown

  3. Provide a name for the integration

  4. Log in to your Azure AI Studio

  5. Enter the following into NLX:

    • API key

    • API version

    • API instance name: Found in the deployment URL (e.g., https://[INSTANCE_NAME].openai.azure.com/)

    • API deployment name

  6. Click Create Integration

Next steps

To successfully use your Azure OpenAI integration with conversations created in your workspace, be sure to complete the following:

Last updated