[PR #3700] docs(Tools): Update Microsoft Foundry and Azure docs #3737

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3700
Author: @santiagxf
Created: 4/23/2026
Status: 🔄 Open

Base: mainHead: santiagxf/azure-tools


📝 Commits (10+)

📊 Changes

6 files changed (+1345 additions, -2 deletions)

View changed files

📝 src/oss/python/integrations/chat/azure_ai.mdx (+3 -1)
📝 src/oss/python/integrations/providers/microsoft.mdx (+167 -1)
src/oss/python/integrations/tools/azure_ai.mdx (+583 -0)
src/oss/python/integrations/tools/azure_ai_services.mdx (+376 -0)
src/oss/python/integrations/tools/azure_logic_apps.mdx (+213 -0)
📝 src/oss/python/integrations/tools/index.mdx (+3 -0)

📄 Description

Overview

This PR updates the section Tools for Microsoft, more in particular, for Microsoft Foundry (Azure AI Foundry) including:

  • Microsoft Foundry project tools (src/oss/python/integrations/tools/azure_ai.mdx)
  • Microsoft Foundry Tools (src/oss/python/integrations/tools/azure_ai_services.mdx)
  • Logic Apps (src/oss/python/integrations/tools/azure_logic_apps.mdx

Type of change

Type: New documentation page, Remove outdated content

Checklist

  • I have read the contributing guidelines, including the language policy
  • 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 src/docs.json if needed

Additional notes

Documentation updates are in sync with the latest version of langchain-azure-ai integration package.


🔄 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/3700 **Author:** [@santiagxf](https://github.com/santiagxf) **Created:** 4/23/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `santiagxf/azure-tools` --- ### 📝 Commits (10+) - [`1ea82a1`](https://github.com/langchain-ai/docs/commit/1ea82a1a80d2e9c1b741df9070766c640520c324) feat: foundry tools - [`44769ab`](https://github.com/langchain-ai/docs/commit/44769ab37e21f636f8d850a3c943151068da84a5) fix: imports - [`712f870`](https://github.com/langchain-ai/docs/commit/712f870b097a4debc9c3fb3fbd023122fc371d01) Merge branch 'main' into santiagxf/azure-tools - [`e84fd94`](https://github.com/langchain-ai/docs/commit/e84fd9483372a29fa687ca33c1fa0c9313fcbeb9) Merge branch 'main' of https://github.com/santiagxf/langchain-docs into santiagxf/azure-tools - [`6b6475c`](https://github.com/langchain-ai/docs/commit/6b6475c44d8085f10520fc8f7df56c57ae0a018c) fix: tools - [`5e04555`](https://github.com/langchain-ai/docs/commit/5e0455555aac48bfd4cfba654f2a956e72a20e07) Merge branch 'santiagxf/azure-tools' of https://github.com/santiagxf/langchain-docs into santiagxf/azure-tools - [`68621bc`](https://github.com/langchain-ai/docs/commit/68621bc7cc06ac179e2659bc9eee3219f5132af5) fix: tools - [`1afe9d6`](https://github.com/langchain-ai/docs/commit/1afe9d6781415c12c03b2d9ff18ec001944735be) style - [`4cc384b`](https://github.com/langchain-ai/docs/commit/4cc384b890b7c8c56b23301265ae6a02e31dfa7c) fixes - [`bfec07c`](https://github.com/langchain-ai/docs/commit/bfec07c6329f88f512d30b7f2944d75a4794439b) fixes 2 ### 📊 Changes **6 files changed** (+1345 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/chat/azure_ai.mdx` (+3 -1) 📝 `src/oss/python/integrations/providers/microsoft.mdx` (+167 -1) ➕ `src/oss/python/integrations/tools/azure_ai.mdx` (+583 -0) ➕ `src/oss/python/integrations/tools/azure_ai_services.mdx` (+376 -0) ➕ `src/oss/python/integrations/tools/azure_logic_apps.mdx` (+213 -0) 📝 `src/oss/python/integrations/tools/index.mdx` (+3 -0) </details> ### 📄 Description ## Overview This PR updates the section **Tools** for Microsoft, more in particular, for Microsoft Foundry (Azure AI Foundry) including: - Microsoft Foundry project tools (src/oss/python/integrations/tools/azure_ai.mdx) - Microsoft Foundry Tools (src/oss/python/integrations/tools/azure_ai_services.mdx) - Logic Apps (src/oss/python/integrations/tools/azure_logic_apps.mdx ## Type of change **Type:** New documentation page, Remove outdated content ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed ## Additional notes Documentation updates are in sync with the latest version of `langchain-azure-ai` integration package. --- <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:59 -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#3737