Skip to content
DocsTry Aspire
DocsTry

CapabilityHostConfiguration Properties

ClassProperties6 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; }
CosmosDBSection titled CosmosDBnullableAzureCosmosDBResource?
The Cosmos DB resource to use for metadata and conversation state storage.
public AzureCosmosDBResource? CosmosDB { get; set; }
KindSection titled KindCapabilityHostKind
The kind of capability host.
public CapabilityHostKind Kind { get; set; }
The name of the capability host.
public string Name { get; set; }
StorageSection titled StoragenullableAzureStorageResource?
The Storage resource to use for file storage.
public AzureStorageResource? Storage { get; set; }