Skip to content

Commit b37a38e

Browse files
authored
Merge pull request #198377 from cebundy/grace-period
[Container Apps]: Add grace period information to lifecycle article
2 parents 06ac46d + 0579114 commit b37a38e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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
## Deactivate
3434

35-
Once a revision is no longer needed, you can deactivate a revision with the option to reactivate later. During deactivation, the container is [shut down](#shutdown).
35+
Once a revision is no longer needed, you can deactivate a revision with the option to reactivate later. During deactivation, containers in the revision are [shut down](#shutdown).
3636

3737
:::image type="content" source="media/application-lifecycle-management/azure-container-apps-lifecycle-deactivate.png" alt-text="Azure Container Apps: Deactivation phase":::
3838

@@ -46,7 +46,7 @@ The containers are shut down in the following situations:
4646

4747
When a shutdown is initiated, the container host sends a [SIGTERM message](https://wikipedia.org/wiki/Signal_(IPC)) to your container. The code implemented in the container can respond to this operating system-level message to handle termination.
4848

49-
If your application does not respond to the `SIGTERM` message, then [SIGKILL](https://wikipedia.org/wiki/Signal_(IPC)) terminates your container.
49+
If your application does not respond within 30 seconds to the `SIGTERM` message, then [SIGKILL](https://wikipedia.org/wiki/Signal_(IPC)) terminates your container.
5050

5151
## Next steps
5252

0 commit comments

Comments
 (0)