Skip to content

Commit 9d9bcc0

Browse files
SophCarpv-jaswel
andauthored
Apply suggestions from code review
Grammar check Co-authored-by: Jason Wells <[email protected]>
1 parent 432c320 commit 9d9bcc0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/container-apps/revisions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ After a container app is successfully provisioned, a revision enters its operati
5353
| Provisioning | The revision is in the verification process. |
5454
| Scale to 0 | Zero running replicas, and not provisioning any new replicas. The container app can create new replicas if scale rules are triggered. |
5555
| 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. |
6262
| Failed | Critical errors caused revisions to fail. The *running state* provides details. Common causes include:<br>• Termination<br>• Exit code `137` |
6363

6464
### Inactive status

0 commit comments

Comments
 (0)