Skip to content

FoundryConnection

Connection configuration for Microsoft Foundry projects. Provides project-scoped access to models, tools, and services via Entra ID (DefaultAzureCredential) authentication.

---
title: FoundryConnection
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class Connection {
        +string kind
        +string authenticationMode
        +string usageDescription
    }
    Connection <|-- FoundryConnection
    class FoundryConnection {
      
        +string kind
        +string endpoint
        +string name
        +string connectionType
    }
kind: foundry
endpoint: https://myresource.services.ai.azure.com/api/projects/myproject
name: my-openai-connection
connectionType: model
NameTypeDescription
kindstringThe connection kind for Foundry project access
endpointstringThe Foundry project endpoint URL
namestringThe named connection within the Foundry project
connectionTypestringThe connection type within the Foundry project (e.g., ‘model’, ‘index’, ‘storage’)