đŸ› ī¸
Developer docs
Start BuildingGuides
  • ✨Getting Started
  • đŸŽ›ī¸Self Hosted Config
  • âœī¸SSO Login
    • Saml Identity Provider (Idp)
    • Oidc Identity Provider (Idp)
  • đŸŽžī¸Framework Specific Guide
    • âš›ī¸Reactjs
    • âš›ī¸Nextjs
    • âš›ī¸Vuejs
    • âš›ī¸Angular
    • âš›ī¸Svelte
    • âš›ī¸Solid
    • âš›ī¸Vanilla JS
  • â„šī¸Token
  • đŸ›ī¸Multi-Tenant Access Control
  • Embed using iFrame
  • 🔑License Key Validation for Self-Hosted App
  • Test
  • 👩‍đŸ’ģHelpers
    • âœŗī¸Token Body
    • ✅Options
      • Custom Fiscal Year filter setup in DataBrain
    • đŸˆ‚ī¸Server Event
    • Embed Functions
    • Override Language
    • âœˆī¸Embedding Architecture
    • âœˆī¸LLM Architecture
    • ✨LLM Connectors
      • Open AI
      • Claude AI
      • Azure Open AI
      • Llama
      • Mixtral
    • 🆔Dashboard ID
    • 🆔Metric ID
    • 🆔API Token
    • 🆔End User Metric Creation
    • Embedding APIs
      • Sync Datasource
  • Metric App Filter
  • Dashboard App Filter
  • Chat Mode
    • Step 1: Create Datamart and Workspace
    • Step 2: Create Data App and Embed ID
  • ✨Solutions Alchemy
    • Dashboards for Client Groups
    • Dashboard for Multiple Clients
    • Embedding: Role based Dashboard Filtering
    • Localized Currency Symbols
    • Manage Metrics
Powered by GitBook
On this page
  1. Helpers
  2. LLM Connectors

Azure Open AI

PreviousClaude AINextLlama

Last updated 1 month ago

Step 1: Configure Azure Open AI

  1. Navigate to the LLMs section on settings page and click on +LLM

  2. Choose Azure Open AI from the list.

  3. In the Configure Azure Open AI panel:

    • Name: Enter a descriptive name (e.g., Azure GPT Assistant).

    • Base URL: Use your Azure Open AI endpoint URL in the format: https://<your-subdomain>.openai.azure.com/

    • API Key: Paste your valid Azure Open AI API Key.

    • Deployment Name: Enter the deployment name of your model (e.g., deploy-gpt-35).

  4. Click Authenticate to activate the integration.

Step 2: Connect LLM to Workspace

  1. Navigate to your desired workspace and click on âš™ī¸ settings icon next to the workspace name.

  2. Under the General tab:

    • Scroll to the LLM section near the bottom.

    • From the LLM dropdown, choose the Azure Open AI model you just configured.

  3. Optionally enable Metric Summary and choose the summary Type from the following options: Technical and Insight Summary, Forecast and Trend Analysis, Comparative and Anomaly Detection, Custom.

  4. Click Save to apply changes.

👩‍đŸ’ģ
✨