Package version:

Interface DaprComponentServiceBinding

Configuration to bind a Dapr Component to a dev ContainerApp Service

interface DaprComponentServiceBinding {
    metadata?: DaprServiceBindMetadata;
    name?: string;
    serviceId?: string;
}

Properties

Service bind metadata

name?: string

Name of the service bind

serviceId?: string

Resource id of the target service