Skip to content

Commit 3263f7b

Browse files
Merge pull request #35544 from MicrosoftDocs/main
Auto Publish – main to live - 2025-10-10 22:30 UTC
2 parents 6146c71 + 9493749 commit 3263f7b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/sql-server/ai/artificial-intelligence-intelligent-applications-faq.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ If you need to work with structured data, you can still leverage RAG by combinin
6565
If you have a complex and large database schema, with hundreds of tables and views, it's better to use a multi-agent approach to help to reduce the noise and allow AI models to focus on specific areas of the schema. A full description along with a working end-to-end sample is available here:
6666

6767
- [A story of collaborating agents: chatting with your database the right way](https://devblogs.microsoft.com/azure-sql/a-story-of-collaborating-agents-chatting-with-your-database-the-right-way/)
68+
69+
## Can I connect to Azure OpenAI using Managed Identity?
70+
71+
Yes, you can connect to Azure OpenAI using Managed Identity. This allows you to securely authenticate and access the Azure OpenAI Service without needing to manage credentials directly. For more information, see:
72+
73+
- [Go passwordless when calling Azure OpenAI from Azure SQL using Managed Identities](https://devblogs.microsoft.com/azure-sql/go-passwordless-when-calling-azure-openai-from-azure-sql-using-managed-identities/)
74+
- [Create an EXTERNAL MODEL with Azure OpenAI using Managed Identity](../../t-sql/statements/create-external-model-transact-sql.md#create-an-external-model-with-azure-openai-using-managed-identity)
6875

6976
## Is my data used by Microsoft for training models?
7077

0 commit comments

Comments
 (0)