[PR #3542] [MERGED] Azure AI Content Safety middleware #3585

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3542
Author: @santiagxf
Created: 4/10/2026
Status: Merged
Merged: 4/13/2026
Merged by: @lnhsingh

Base: mainHead: santiagxf/azure-docs-middleware


📝 Commits (5)

  • d3069d9 feat: content safety
  • 0822638 Merge branch 'main' into santiagxf/azure-docs-middleware
  • eec5415 fix: reference
  • 01b6b9e Merge branch 'main' into santiagxf/azure-docs-middleware
  • 7693896 Merge branch 'main' into santiagxf/azure-docs-middleware

📊 Changes

3 files changed (+375 additions, -0 deletions)

View changed files

src/oss/python/integrations/middleware/azure_ai.mdx (+350 -0)
📝 src/oss/python/integrations/middleware/index.mdx (+1 -0)
📝 src/oss/python/integrations/providers/microsoft.mdx (+24 -0)

📄 Description

Overview

Adding documentation for middleware in langchain-azure-ai

Type of change

Type: New documentation page

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
  • [ x I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes

Public documentation at https://learn.microsoft.com/en-us/azure/foundry/how-to/develop/langchain-middleware


🔄 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/3542 **Author:** [@santiagxf](https://github.com/santiagxf) **Created:** 4/10/2026 **Status:** ✅ Merged **Merged:** 4/13/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `santiagxf/azure-docs-middleware` --- ### 📝 Commits (5) - [`d3069d9`](https://github.com/langchain-ai/docs/commit/d3069d97678cfd333373710036c69b940c6494d5) feat: content safety - [`0822638`](https://github.com/langchain-ai/docs/commit/0822638987d7ff416b1e03921375a5822baad666) Merge branch 'main' into santiagxf/azure-docs-middleware - [`eec5415`](https://github.com/langchain-ai/docs/commit/eec5415792722b6e8d7f4fef356a298910a754c7) fix: reference - [`01b6b9e`](https://github.com/langchain-ai/docs/commit/01b6b9e0aa90f5fd7d5e10767208e28b46dca1bc) Merge branch 'main' into santiagxf/azure-docs-middleware - [`7693896`](https://github.com/langchain-ai/docs/commit/7693896d9f8dc6a7d050836d755d65cb1b6ec849) Merge branch 'main' into santiagxf/azure-docs-middleware ### 📊 Changes **3 files changed** (+375 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/middleware/azure_ai.mdx` (+350 -0) 📝 `src/oss/python/integrations/middleware/index.mdx` (+1 -0) 📝 `src/oss/python/integrations/providers/microsoft.mdx` (+24 -0) </details> ### 📄 Description ## Overview Adding documentation for middleware in langchain-azure-ai ## Type of change **Type:** New documentation page ## 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 (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes Public documentation at https://learn.microsoft.com/en-us/azure/foundry/how-to/develop/langchain-middleware --- <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:23:34 -04:00
yindo closed this issue 2026-06-05 18:23:34 -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#3585