Package version:

Custom Domain of a Container App

interface CustomDomain {
    bindingType?: string;
    certificateId?: string;
    name: string;
}

Properties

bindingType?: string

Custom Domain binding type.

certificateId?: string

Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment.

name: string

Hostname.