Package version:

Container App container Tcp scaling rule.

interface TcpScaleRule {
    auth?: ScaleRuleAuth[];
    identity?: string;
    metadata?: {
        [propertyName: string]: string;
    };
}

Properties

auth?: ScaleRuleAuth[]

Authentication secrets for the tcp scale rule.

identity?: string

The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.

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

Metadata properties to describe tcp scale rule.