Package version:

Configuration to bind a ContainerApp to a dev ContainerApp Service

interface ServiceBind {
    clientType?: string;
    customizedKeys?: {
        [propertyName: string]: string;
    };
    name?: string;
    serviceId?: string;
}

Properties

clientType?: string

Type of the client to be used to connect to the service

customizedKeys?: {
    [propertyName: string]: string;
}

Customized keys for customizing injected values to the app

name?: string

Name of the service bind

serviceId?: string

Resource id of the target service