From 55c78a5d46174ba68a79d6bacfd681b1b027f19f Mon Sep 17 00:00:00 2001 From: Grant Linville Date: Thu, 8 Jan 2026 15:26:21 -0500 Subject: [PATCH] docs: model providers: add note about Entra and Microsoft Foundry Signed-off-by: Grant Linville --- docs/docs/configuration/model-providers.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/configuration/model-providers.md b/docs/docs/configuration/model-providers.md index acd0bceaf..17a0044a4 100644 --- a/docs/docs/configuration/model-providers.md +++ b/docs/docs/configuration/model-providers.md @@ -80,6 +80,10 @@ will automatically treat it as a reasoning model. ##### Microsoft Entra Authentication +:::important +At this time, Microsoft Entra authentication is only supported for Azure OpenAI deployments and not for the newer Microsoft Foundry deployments. +::: + Instead of using an API key, you can set up a Microsoft Entra app registration as a service principal to use Azure OpenAI. Obot requires the Client ID, Client Secret, and Tenant ID of the Entra app, as well as the Endpoint URL, Subscription ID, and Resource Group from Azure OpenAI/Microsoft Foundry.