Dapr interface
Container App Dapr configuration.
Properties
| app |
Dapr application identifier |
| app |
Tells Dapr which port your application is listening on |
| app |
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