File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,15 @@ After a container app is successfully provisioned, a revision enters its operati
50
50
51
51
| Status | Description |
52
52
| ---| ---|
53
+ | Provisioning | The revision is in the verification process. |
53
54
| Scale to 0 | Zero running replicas, and not provisioning any new replicas. The container app can create new replicas if scale rules are triggered. |
54
55
| 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. |
58
62
| Failed | Critical errors caused revisions to fail. The * running state* provides details. Common causes include:<br >• Termination<br >• Exit code ` 137 ` |
59
63
60
64
### Inactive status
You can’t perform that action at this time.
0 commit comments