Package version:

Container App container Custom scaling rule.

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

Properties

auth?: ScaleRuleAuth[]

Authentication secrets for the custom 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 custom scale rule.

type?: string

Type of the custom scale rule eg: azure-servicebus, redis etc.