Skip to content

Commit 43f9996

Browse files
Merge pull request #256041 from SophCarp/patch-8
Running status Update
2 parents 54c7d89 + 9d9bcc0 commit 43f9996

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

articles/container-apps/revisions.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,15 @@ 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-
| Running | One or more replicas running. There are no issues to report. |
57-
| Degraded | At least one replica in the revision is failed. View running state details for specific issues. |
56+
| Activation failed | The first replica failed to provision. |
57+
| Scaling / Processing | Scaling in or out is occurring. One or more replicas are running, while other replicas are being provisioned. |
58+
| Running | One or more replicas are running. There are no issues to report. |
59+
| Running (at max) | The maximum number of replicas (according to the 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. |
61+
| Degraded | At least one replica in the revision is in a failed state. 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

6064
### Inactive status

0 commit comments

Comments
 (0)