[PR #3670] [MERGED] Microsoft Integration Page Doc Updates #3703

Closed
opened 2026-06-05 18:52:52 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3670
Author: @marlenezw
Created: 4/22/2026
Status: Merged
Merged: 4/30/2026
Merged by: @mdrxy

Base: mainHead: msft_integration_docs


📝 Commits (7)

  • 069c818 Restructure Microsoft integrations page: centre Azure OpenAI, add Responses API section
  • e337fb7 Refine Microsoft integrations page: v1 API model list, Claude note, Azure AI/ML install snippets
  • a8a243e Fix broken reasoning anchor links in Microsoft providers page
  • 33b9b9b Merge branch 'main' into msft_integration_docs
  • 7528c4e Merge branch 'main' into msft_integration_docs
  • f2ac5f3 docs: recommend Azure OpenAI starter kit
  • a579aca docs: remove Azure starter kit from JS provider page

📊 Changes

1 file changed (+232 additions, -62 deletions)

View changed files

📝 src/oss/python/integrations/providers/microsoft.mdx (+232 -62)

📄 Description

Restructures src/oss/python/integrations/providers/microsoft.mdx to centre Azure OpenAI as the recommended provider across chat models, LLMs, and embeddings.

Highlights:

  • Green recommendation box at top of page covering all three model types, noting the v1 API model list (OpenAI, Llama, DeepSeek, Mistral, Phi) via Foundry.
  • Separate Claude on Azure note pointing to langchain-anthropic.
  • Chat models: 3-option list with Azure OpenAI (recommended), Responses API callout, Entra ID / enterprise-features context, and Azure AI repositioned for tools/storage/middleware.
  • Azure OpenAI sections (chat / LLMs / embeddings) each include pip + uv install snippets and Entra ID / API key tabbed examples.
  • Azure AI and Azure ML sections simplified to install snippet + link to usage examples.

🔄 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/3670 **Author:** [@marlenezw](https://github.com/marlenezw) **Created:** 4/22/2026 **Status:** ✅ Merged **Merged:** 4/30/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `msft_integration_docs` --- ### 📝 Commits (7) - [`069c818`](https://github.com/langchain-ai/docs/commit/069c818340668924607cf2a07966069c47f09809) Restructure Microsoft integrations page: centre Azure OpenAI, add Responses API section - [`e337fb7`](https://github.com/langchain-ai/docs/commit/e337fb773693ac9b8b890491486c9b8b2c21a2c7) Refine Microsoft integrations page: v1 API model list, Claude note, Azure AI/ML install snippets - [`a8a243e`](https://github.com/langchain-ai/docs/commit/a8a243e56206f48c9f1c7eb213f7ef0caf405328) Fix broken reasoning anchor links in Microsoft providers page - [`33b9b9b`](https://github.com/langchain-ai/docs/commit/33b9b9b0ca8edd1e690b06f09d50b64fd1d51248) Merge branch 'main' into msft_integration_docs - [`7528c4e`](https://github.com/langchain-ai/docs/commit/7528c4e50f775e7b7334b29b07c884f13d68dcc1) Merge branch 'main' into msft_integration_docs - [`f2ac5f3`](https://github.com/langchain-ai/docs/commit/f2ac5f3b72fbbc966a998a377565a460694e3356) docs: recommend Azure OpenAI starter kit - [`a579aca`](https://github.com/langchain-ai/docs/commit/a579aca028935b69949499840ee65908b2082917) docs: remove Azure starter kit from JS provider page ### 📊 Changes **1 file changed** (+232 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/microsoft.mdx` (+232 -62) </details> ### 📄 Description Restructures `src/oss/python/integrations/providers/microsoft.mdx` to centre Azure OpenAI as the recommended provider across chat models, LLMs, and embeddings. Highlights: - Green recommendation box at top of page covering all three model types, noting the v1 API model list (OpenAI, Llama, DeepSeek, Mistral, Phi) via Foundry. - Separate `Claude on Azure` note pointing to `langchain-anthropic`. - Chat models: 3-option list with Azure OpenAI (recommended), Responses API callout, Entra ID / enterprise-features context, and Azure AI repositioned for tools/storage/middleware. - Azure OpenAI sections (chat / LLMs / embeddings) each include pip + uv install snippets and Entra ID / API key tabbed examples. - Azure AI and Azure ML sections simplified to install snippet + link to usage examples. --- <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-06-05 18:52:52 -04:00
yindo closed this issue 2026-06-05 18:52:52 -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#3703