Skip to content
DocsTry Aspire
DocsTry

addUmami

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

Signature

methodaddUmamibuilder
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
namestring
secretParameterResourceoptional
portnumberoptional
UmamiResource

Applies to

This method applies to the following types: