Skip to content
Docs Try Aspire
Docs Try

addKurrentDB

Method
📦 CommunityToolkit.Aspire.Hosting.KurrentDB v13.4.0
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addKurrentDB(
name: string,
port?: number): KurrentDBResource;
}

Signature

method addKurrentDB builder
Adds a KurrentDB resource to the application model. A container is used for local development. The default image is and the tag is .
addKurrentDB(
name: string,
port?: number): KurrentDBResource
name string
port number optional
KurrentDBResource

Applies to

This method applies to the following types: