Skip to content

Commit b41545c

Browse files
authored
Update connections-add.md
AB#443122
1 parent 36428f2 commit b41545c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/ai-foundry/how-to/connections-add.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom:
1010
- build-2024
1111
- ignite-2024
1212
ms.topic: how-to
13-
ms.date: 05/08/2025
13+
ms.date: 07/08/2025
1414
ms.reviewer: sgilley
1515
ms.author: sgilley
1616
author: sdgilley
@@ -45,6 +45,7 @@ Here's a table of some of the available connection types in Azure AI Foundry por
4545
| API key || API Key connections handle authentication to your specified target on an individual basis. |
4646
| 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. |
4747

48+
4849
::: zone-end
4950

5051
::: zone pivot="fdp-project"
@@ -60,6 +61,7 @@ Here's a table of some of the available connection types in Azure AI Foundry por
6061
| 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. |
6162
| Serverless Model || | Serverless Model connections allow you to serverless API deployment. |
6263
| 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+
| Azure Key Vault|| | Azure service for securely storing and accessing secrets. AI Foundry stores connections details in a managed Azure Key Vault if no Key Vault connection is created.Users that prefer to manage their secrets themselves can bring their own Azure Key Vault via a connection. |
6365

6466
## Agent knowledge tool connections
6567

0 commit comments

Comments
 (0)