File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ After a container app is successfully provisioned, a revision enters its operati
53
53
| Provisioning | The revision is in the verification process. |
54
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. |
55
55
| Activating | Zero running replicas, one replica 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. |
58
- | 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. |
61
- | 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. |
62
62
| Failed | Critical errors caused revisions to fail. The * running state* provides details. Common causes include:<br >• Termination<br >• Exit code ` 137 ` |
63
63
64
64
### Inactive status
You can’t perform that action at this time.
0 commit comments