addUmami
Method
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): UmamiResourceParameters
name string secret ParameterResource optional port number optional Returns
UmamiResource Applies to
This method applies to the following types: