Skip to content
Docs Try Aspire
Docs Try

addUmami

Method
📦 CommunityToolkit.Aspire.Hosting.Umami v13.4.0
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addUmami(
name: string,
secret?: ParameterResource,
port?: number): UmamiResource;
}

Signature

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

Applies to

This method applies to the following types: