Skip to content

Commit 9493749

Browse files
authored
Added a new FAQ (#35540)
1 parent 683234f commit 9493749

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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)