Skip to content

Commit 432c320

Browse files
authored
Running status Update
Adding new running states
1 parent 52ed7a1 commit 432c320

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/container-apps/revisions.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,14 @@ After a container app is successfully provisioned, a revision enters its operati
5050

5151
| Status | Description |
5252
|---|---|
53+
| Provisioning | The revision is in the verification process. |
5354
| Scale to 0 | Zero running replicas, and not provisioning any new replicas. The container app can create new replicas if scale rules are triggered. |
5455
| Activating | Zero running replicas, one replica being provisioned. |
55-
| Processing | Scaling in or out is occurring. One or more running replicas, while other replicas are being provisioned. |
56+
| Activation failed | The first replica failed to provision |
57+
| Scaling / Processing | Scaling in or out is occurring. One or more running replicas, while other replicas are being provisioned. |
5658
| Running | One or more replicas running. There are no issues to report. |
59+
| Running (at max) | The maximum number of replicas (according to scale rules of the revision) are running. There are no issues to report. |
60+
| Deprovisioning | The revision is transitioning from Active to inactive, and is removing any resources it has created. |
5761
| Degraded | At least one replica in the revision is failed. View running state details for specific issues. |
5862
| Failed | Critical errors caused revisions to fail. The *running state* provides details. Common causes include:<br>• Termination<br>• Exit code `137` |
5963

0 commit comments

Comments
 (0)