HttpScaleRule interface
Container App container Http scaling rule.
Properties
| auth | Authentication secrets for the custom 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. |
| metadata | Metadata properties to describe http scale rule. |
Property Details
auth
Authentication secrets for the custom 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
metadata
Metadata properties to describe http scale rule.
metadata?: Record<string, string>
Property Value
Record<string, string>