Resource Type: Azure > AI Foundry > Connection
An AI Foundry Connection is a reference from a Foundry Account (or Project) to an external Azure resource that the account / project consumes — typically an Azure AI Search service, an Azure OpenAI account, an Azure Storage account, an Azure Cosmos DB account or a custom endpoint. Connections are returned by the accountConnections (account-level) and projectConnections (project-level) APIs of @azure/arm-cognitiveservices. The connection's category (properties.category) identifies what kind of external service it points to (e.g. AzureAISearch, AzureOpenAI, AzureBlob, CustomKeys). The canonical external service (e.g. an Azure > Search Management > Search Service) remains owned by its respective mod; this resource type surfaces only the link from the Foundry account / project.
Resource Context
Connection is a part of the AI Foundry service.
Each Connection lives under an Account.
Controls
The primary controls for Azure > AI Foundry > Connection are:
Quick Actions
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-aifoundry#/resource/types/connection
- tmod:@turbot/turbot#/resource/categories/other
- turbot graphql resource --id "tmod:@turbot/azure-aifoundry#/resource/types/connection"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-aifoundry#/resource/types/connection';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-aifoundry#/resource/types/connection"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-aifoundry#/resource/types/connection' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification