[PR #758] [MERGED] docs(Azure OpenAI): Add initial version of Azure OpenAI with EntraID docs #784

Closed
opened 2026-02-15 18:16:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/758
Author: @selenecodes
Created: 10/10/2025
Status: Merged
Merged: 10/10/2025
Merged by: @Classic298

Base: devHead: docs/add-azure-openai-entraid-docs


📝 Commits (2)

  • 247922a docs(Azure OpenAI): Add initial version of Azure OpenAI with EntraID docs
  • 3e47bd4 feat(docusaurus): Enable syntax highlighting for hcl and Dockerfile files.

📊 Changes

4 files changed (+448 additions, -0 deletions)

View changed files

docs/tutorials/integrations/azure-openai/azure-cli-auth.mdx (+122 -0)
docs/tutorials/integrations/azure-openai/index.mdx (+114 -0)
docs/tutorials/integrations/azure-openai/workload-identity-auth.mdx (+211 -0)
📝 docusaurus.config.ts (+1 -0)

📄 Description

This pr adds the initial version of how to implement Azure OpenAI with EntraID.
Currently this pr only looks at Azure CLI credential + workload identity auth so future expansion by other maintainers into EnvironmentCredential and other auth types is very much desired.


🔄 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/open-webui/docs/pull/758 **Author:** [@selenecodes](https://github.com/selenecodes) **Created:** 10/10/2025 **Status:** ✅ Merged **Merged:** 10/10/2025 **Merged by:** [@Classic298](https://github.com/Classic298) **Base:** `dev` ← **Head:** `docs/add-azure-openai-entraid-docs` --- ### 📝 Commits (2) - [`247922a`](https://github.com/open-webui/docs/commit/247922a43ebf2401e7c439e6268acad951fac6ac) docs(Azure OpenAI): Add initial version of Azure OpenAI with EntraID docs - [`3e47bd4`](https://github.com/open-webui/docs/commit/3e47bd4259a8392ea56b7b319a281f8d6c7b3a08) feat(docusaurus): Enable syntax highlighting for hcl and Dockerfile files. ### 📊 Changes **4 files changed** (+448 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/tutorials/integrations/azure-openai/azure-cli-auth.mdx` (+122 -0) ➕ `docs/tutorials/integrations/azure-openai/index.mdx` (+114 -0) ➕ `docs/tutorials/integrations/azure-openai/workload-identity-auth.mdx` (+211 -0) 📝 `docusaurus.config.ts` (+1 -0) </details> ### 📄 Description This pr adds the initial version of how to implement Azure OpenAI with EntraID. Currently this pr only looks at Azure CLI credential + workload identity auth so future expansion by other maintainers into EnvironmentCredential and other auth types is very much desired. --- <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-15 18:16:07 -05:00
yindo closed this issue 2026-02-15 18:16:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#784