Skip to content
Prompty

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 {
      <<abstract>>
        +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
Name Type Description
kind string The connection kind for Foundry project access
endpoint string The Foundry project endpoint URL
name string The named connection within the Foundry project
connectionType string The connection type within the Foundry project (e.g., ‘model’, ‘index’, ‘storage’)