Share via


Dapr interface

Container App Dapr configuration.

Properties

appId

Dapr application identifier

appPort

Tells Dapr which port your application is listening on

appProtocol

Tells Dapr which protocol your application is using. Valid options are http and grpc. Default is http

enabled

Boolean indicating if the Dapr side car is enabled

Property Details

appId

Dapr application identifier

appId?: string

Property Value

string

appPort

Tells Dapr which port your application is listening on

appPort?: number

Property Value

number

appProtocol

Tells Dapr which protocol your application is using. Valid options are http and grpc. Default is http

appProtocol?: string

Property Value

string

enabled

Boolean indicating if the Dapr side car is enabled

enabled?: boolean

Property Value

boolean