Package version:

Container App container Azure Queue based scaling rule.

interface QueueScaleRule {
    accountName?: string;
    auth?: ScaleRuleAuth[];
    identity?: string;
    queueLength?: number;
    queueName?: string;
}

Properties

accountName?: string

Storage account name. required if using managed identity to authenticate

auth?: ScaleRuleAuth[]

Authentication secrets for the queue 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.

queueLength?: number

Queue length.

queueName?: string

Queue name.