A revision is a snapshot of the app when some settings, image, or scaling rules change. Yesterday’s entry set a variable based on a secret value, that’s why in the listing below, we see two revisons. The first is one is the initial version, and the second is because of setting the environment variable.
az containerapp revision list -n $CONTAINER_APP_NAME -g $RESOURCE_GROUP -o table
CreatedTime Active Replicas TrafficWeight HealthState ProvisioningState Name
------------------------- -------- ---------- --------------- ------------- ------------------- -------------------
2026-08-13T11:21:24+00:00 True 1 0 Healthy Provisioned orders-api--0000001
2026-08-13T11:24:46+00:00 True 1 100 Healthy Provisioned orders-api--0000002