-
Notifications
You must be signed in to change notification settings - Fork 1.7k
az containerapp update resets template.scale.cooldownPeriod to 300 #10334
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botContainerAppService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Description
Activity
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botContainerAppService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Describe the bug
Our Container App is provisioned with Terraform using
cooldown_period_in_seconds = 3600. The deployed app initially reportsproperties.template.scale.cooldownPeriodas3600.After we run
az containerapp updateto deploy a new image, the value changesto the default of
300, even though the update command does not specify acooldown period.
Related command
az containerapp update -g -n
:
--image /
Errors
/
Issue script & Debug output
/
Expected behavior
/
Environment Summary
azure-cli 2.88.0 *
core 2.88.0 *
telemetry 1.1.0
Dependencies:
msal 1.36.0
azure-mgmt-resource 24.0.0
Python location '/usr/bin/python3.12'
Config directory '/root/.azure'
Extensions directory '/root/.azure/cliextensions'
Python (Linux) 3.12.9 (main, Jun 2 2026, 15:09:20) [GCC 13.2.0]
Legal docs and information: aka.ms/AzureCliLegal
Additional context
No response