Skip to content
DocsTry Aspire
DocsTry

addKurrentDB

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

Signature

methodaddKurrentDBbuilder
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
namestring
portnumberoptional
KurrentDBResource

Applies to

This method applies to the following types: