FoundryConnection
Connection configuration for Microsoft Foundry projects. Provides project-scoped access to models, tools, and services via Entra ID (DefaultAzureCredential) authentication.
Class Diagram
Section titled “Class Diagram”---
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
}
Yaml Example
Section titled “Yaml Example”kind: foundryendpoint: https://myresource.services.ai.azure.com/api/projects/myprojectname: my-openai-connectionconnectionType: modelProperties
Section titled “Properties”| 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’) |