You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/connections-add.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.custom:
10
10
- build-2024
11
11
- ignite-2024
12
12
ms.topic: how-to
13
-
ms.date: 05/08/2025
13
+
ms.date: 07/08/2025
14
14
ms.reviewer: sgilley
15
15
ms.author: sgilley
16
16
author: sdgilley
@@ -40,26 +40,28 @@ Here's a table of some of the available connection types in Azure AI Foundry por
40
40
| Azure Data Lake Storage Gen 2 || Azure Data Lake Storage Gen2 is a set of capabilities dedicated to big data analytics, built on Azure storage. |
41
41
| Azure Content Safety || Azure AI Content Safety is a service that detects potentially unsafe content in text, images, and videos. |
42
42
| Azure OpenAI || Azure OpenAI is a service that provides access to OpenAI's models including the GPT-4o, GPT-4o mini, GPT-4, GPT-4 Turbo with Vision, GPT-3.5-Turbo, DALLE-3 and Embeddings model series with the security and enterprise capabilities of Azure. |
43
-
| Serverless Model |✓| Serverless Model connections allow you to [serverless API deployment](deploy-models-serverless.md). |
43
+
| Serverless Model |✅| Serverless Model connections allow you to [serverless API deployment](deploy-models-serverless.md). |
44
44
| Microsoft OneLake || Microsoft OneLake provides open access to all of your Fabric items through Azure Data Lake Storage (ADLS) Gen2 APIs and SDKs.<br/><br/>In Azure AI Foundry portal, you can set up a connection to your OneLake data using a OneLake URI. You can find the information that Azure AI Foundry requires to construct a __OneLake Artifact URL__ (workspace and item GUIDs) in the URL on the Fabric portal. For information about the URI syntax, see [Connecting to Microsoft OneLake](/fabric/onelake/onelake-access-api). |
45
45
| API key || API Key connections handle authentication to your specified target on an individual basis. |
46
46
| Custom || Custom connections allow you to securely store and access keys while storing related properties, such as targets and versions. Custom connections are useful when you have many targets that, or cases where, you wouldn't need a credential to access. LangChain scenarios are an example where you would use custom service connections. Custom connections don't manage authentication, so you have to manage authentication on your own. |
47
47
48
+
48
49
::: zone-end
49
50
50
51
::: zone pivot="fdp-project"
51
52
52
53
| Service connection type | Preview | Required for Standard Agent deployment | Description |
| Azure AI Search ||✓| Azure AI Search is an Azure resource that supports information retrieval over your vector and textual data stored in search indexes. |
55
-
| Azure Storage ||✓| Azure Storage is a cloud storage solution for storing unstructured data like documents, images, videos, and application installers. |
56
-
| Azure Cosmos DB |✓|✓| Azure Cosmos DB is a globally distributed, multi-model database service that offers low latency, high availability, and scalability across multiple geographical regions. |
55
+
| Azure AI Search ||✅| Azure AI Search is an Azure resource that supports information retrieval over your vector and textual data stored in search indexes. |
56
+
| Azure Storage ||✅| Azure Storage is a cloud storage solution for storing unstructured data like documents, images, videos, and application installers. |
57
+
| Azure Cosmos DB |✅|✅| Azure Cosmos DB is a globally distributed, multi-model database service that offers low latency, high availability, and scalability across multiple geographical regions. |
57
58
| Azure OpenAI ||| Azure OpenAI is a service that provides access to OpenAI's models including the GPT-4o, GPT-4o mini, GPT-4, GPT-4 Turbo with Vision, GPT-3.5-Turbo, DALLE-3, and Embeddings model series with the security and enterprise capabilities of Azure. |
58
59
| Application Insights ||| Azure Application Insights is a service within Azure Monitor that enables developers and DevOps teams to automatically detect performance anomalies, diagnose issues, and gain deep insights into application usage and behavior through powerful telemetry and analytics tools. |
59
60
| API key ||| API Key connections handle authentication to your specified target on an individual basis. |
60
61
| Custom ||| Custom connections allow you to securely store and access keys while storing related properties, such as targets and versions. Custom connections are useful when you have many targets or cases where you wouldn't need a credential to access. LangChain scenarios are a good example where you would use custom service connections. Custom connections don't manage authentication, so you have to manage authentication on your own. |
61
-
| Serverless Model | ✓ || Serverless Model connections allow you to serverless API deployment. |
62
-
| Azure Databricks | ✓ | | Azure Databricks connector allows you to connect your Azure AI Foundry Agents to Azure Databricks to access workflows and Genie Spaces during runtime. It supports three connection types - __Jobs__, __Genie__, and __Other__. You can pick the Job or Genie space you want associated with this connection while setting up the connection in the Foundry UI. You can also use the Other connection type and allow your agent to access workspace operations in Azure Databricks. Authentication is handled through Microsoft Entra ID for users or service principals. For examples of using this connector, see [Jobs](https://github.com/Azure-Samples/AI-Foundry-Connections/blob/main/src/samples/python/sample_agent_adb_job.py) and [Genie](https://github.com/Azure-Samples/AI-Foundry-Connections/blob/main/src/samples/python/sample_agent_adb_genie.py). Note: Usage of this connection is available only via the Foundry SDK in code and is integrated into agents as a FunctionTool (please see the samples above for details). Usage of this connection in AI Foundry Playground is currently not supported.|
62
+
| Serverless Model | ✅ || Serverless Model connections allow you to serverless API deployment. |
63
+
| Azure Databricks | ✅ | | Azure Databricks connector allows you to connect your Azure AI Foundry Agents to Azure Databricks to access workflows and Genie Spaces during runtime. It supports three connection types - __Jobs__, __Genie__, and __Other__. You can pick the Job or Genie space you want associated with this connection while setting up the connection in the Foundry UI. You can also use the Other connection type and allow your agent to access workspace operations in Azure Databricks. Authentication is handled through Microsoft Entra ID for users or service principals. For examples of using this connector, see [Jobs](https://github.com/Azure-Samples/AI-Foundry-Connections/blob/main/src/samples/python/sample_agent_adb_job.py) and [Genie](https://github.com/Azure-Samples/AI-Foundry-Connections/blob/main/src/samples/python/sample_agent_adb_genie.py). Note: Usage of this connection is available only via the Foundry SDK in code and is integrated into agents as a FunctionTool (please see the samples above for details). Usage of this connection in AI Foundry Playground is currently not supported.|
64
+
63
65
64
66
## Agent knowledge tool connections
65
67
@@ -72,6 +74,7 @@ To help AI Agents make well-informed decisions with confidence, knowledge serves
72
74
73
75
To learn more about Agent Knowledge tools, see [Knowledge tool overview](https://aka.ms/AgentToolOverviewDoc).
0 commit comments