Dapr interface

Container App Dapr configuration.

Properties

appId

Dapr application identifier

appPort

Port on which the Dapr side car

components

Collection of Dapr components

enabled

Boolean indicating if the Dapr side car is enabled

Property Details

appId

Dapr application identifier

appId?: string

Property Value

string

appPort

Port on which the Dapr side car

appPort?: number

Property Value

number

components

Collection of Dapr components

components?: DaprComponent[]

Property Value

enabled

Boolean indicating if the Dapr side car is enabled

enabled?: boolean

Property Value

boolean