[PR #964] [MERGED] docs: Fixing Azure AI Env variable names #1182

Closed
opened 2026-02-17 17:21:52 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/964
Author: @marlenezw
Created: 10/16/2025
Status: Merged
Merged: 10/16/2025
Merged by: @mdrxy

Base: mainHead: azure_ai_env


📝 Commits (1)

  • abb4d38 updating env variable name

📊 Changes

3 files changed (+13 additions, -13 deletions)

View changed files

📝 src/oss/python/integrations/chat/azure_ai.mdx (+5 -5)
📝 src/oss/python/integrations/providers/azure_ai.mdx (+4 -4)
📝 src/oss/python/integrations/providers/microsoft.mdx (+4 -4)

📄 Description

Overview

Updated the Azure AI integration documentation to use the correct environment variable names: AZURE_AI_CREDENTIAL and AZURE_AI_ENDPOINT (previously AZURE_INFERENCE_CREDENTIAL and AZURE_INFERENCE_ENDPOINT). This ensures users set the proper variables when initializing chat models, especially with init_chat_model.

Type of change

Type: Update existing documentation

Related issues/PRs

GitHub issue: NA
Feature PR: NA

Checklist

I have read the contributing guidelines
I have tested my changes locally using docs dev
All code examples have been tested and work correctly
I have used root relative paths for internal links
I have updated navigation in docs.json if needed
I have gotten approval from the relevant reviewers
(Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes

This change aligns the documentation with the latest Azure AI SDK requirements and prevents user confusion when setting up environment variables for chat model initialization.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/964 **Author:** [@marlenezw](https://github.com/marlenezw) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 10/16/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `azure_ai_env` --- ### 📝 Commits (1) - [`abb4d38`](https://github.com/langchain-ai/docs/commit/abb4d3861185308c07b73c93a85ef31023903170) updating env variable name ### 📊 Changes **3 files changed** (+13 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/chat/azure_ai.mdx` (+5 -5) 📝 `src/oss/python/integrations/providers/azure_ai.mdx` (+4 -4) 📝 `src/oss/python/integrations/providers/microsoft.mdx` (+4 -4) </details> ### 📄 Description ## Overview Updated the Azure AI integration documentation to use the correct environment variable names: `AZURE_AI_CREDENTIAL` and `AZURE_AI_ENDPOINT` (previously `AZURE_INFERENCE_CREDENTIAL` and `AZURE_INFERENCE_ENDPOINT`). This ensures users set the proper variables when initializing chat models, especially with `init_chat_model`. ## Type of change Type: Update existing documentation ## Related issues/PRs GitHub issue: NA Feature PR: NA ## Checklist I have read the contributing guidelines I have tested my changes locally using docs dev All code examples have been tested and work correctly I have used root relative paths for internal links I have updated navigation in [docs.json](https://fictional-guide-955rj9gxr9qfjv5.github.dev/) if needed I have gotten approval from the relevant reviewers (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://fictional-guide-955rj9gxr9qfjv5.github.dev/) ## Additional notes This change aligns the documentation with the latest Azure AI SDK requirements and prevents user confusion when setting up environment variables for chat model initialization. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:21:52 -05:00
yindo closed this issue 2026-02-17 17:21:52 -05:00
yindo changed title from [PR #964] [MERGED] docs: Fixing Azure AI Env variable names to [PR #964] [MERGED] docs: Fixing Azure AI Env variable names 2026-06-05 17:30:48 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1182