Share via


QueueScaleRule interface

Container App container Azure Queue based scaling rule.

Properties

accountName

Storage account name. required if using managed identity to authenticate

auth

Authentication secrets for the queue scale rule.

identity

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

queueLength

Queue length.

queueName

Queue name.

Property Details

accountName

Storage account name. required if using managed identity to authenticate

accountName?: string

Property Value

string

auth

Authentication secrets for the queue scale rule.

auth?: ScaleRuleAuth[]

Property Value

identity

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

identity?: string

Property Value

string

queueLength

Queue length.

queueLength?: number

Property Value

number

queueName

Queue name.

queueName?: string

Property Value

string