QueueScaleRule Class

Container App container Azure Queue based scaling rule.

Constructor

QueueScaleRule()

Variables

Name Description
account_name
str

Storage account name. required if using managed identity to authenticate.

queue_name
str

Queue name.

queue_length
int

Queue length.

auth
list[<xref:"ScaleRuleAuth">]

Authentication secrets for the queue scale rule.

identity
str

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

Attributes

accountName

Storage account name. required if using managed identity to authenticate.

accountName: str

auth

Authentication secrets for the queue scale rule.

auth: list[azure.mgmt.appcontainers.types.ScaleRuleAuth]

identity

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

identity: str

queueLength

Queue length.

queueLength: int

queueName

Queue name.

queueName: str