Skip to content
Docs Try Aspire

CapabilityHostConfiguration Properties

Class Properties 6 members
Configuration for a Microsoft Foundry capability host.
An OpenAI-type Microsoft Foundry account to use for AI model calls, if any.
public FoundryResource? AzureOpenAI { get; set; }
CosmosDB Section titled CosmosDB nullable AzureCosmosDBResource?
The Cosmos DB resource to use for metadata and conversation state storage.
public AzureCosmosDBResource? CosmosDB { get; set; }
Kind Section titled Kind CapabilityHostKind
The kind of capability host.
public CapabilityHostKind Kind { get; set; }
The name of the capability host.
public string Name { get; set; }
Storage Section titled Storage nullable AzureStorageResource?
The Storage resource to use for file storage.
public AzureStorageResource? Storage { get; set; }