Skip to content

Commit a9ac9b0

Browse files
authored
Merge pull request #104816 from JonasSamuelsson/patch-1
Update application-lifecycle-management.md
2 parents 130a336 + a707646 commit a9ac9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/application-lifecycle-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ As a container app is updated with a [revision scope-change](revisions.md#revisi
3232

3333
### Zero downtime deployment
3434

35-
In single revision mode, Container Apps automatically ensures your app does not experience downtime when creating new a revision. The existing active revision is not deactivated until the new revision is ready. If ingress is enabled, the existing revision will continue to receive 100% of the traffic until the new revision is ready.
35+
In single revision mode, Container Apps automatically ensures your app does not experience downtime when creating a new revision. The existing active revision is not deactivated until the new revision is ready. If ingress is enabled, the existing revision will continue to receive 100% of the traffic until the new revision is ready.
3636

3737
> [!NOTE]
3838
> A new revision is considered ready when one of its replicas starts and becomes ready. A replica is ready when all of its containers start and pass their [startup and readiness probes](./health-probes.md).

0 commit comments

Comments
 (0)