Skip to content

Commit 109355d

Browse files
Apply suggestions from code review
Co-authored-by: Mike Morton <[email protected]>
1 parent 646a7fc commit 109355d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ When a shutdown is initiated, the container host sends a [SIGTERM message](https
5757

5858
If your application doesn't respond within 30 seconds to the `SIGTERM` message, then [SIGKILL](https://wikipedia.org/wiki/Signal_(IPC)) terminates your container.
5959

60-
Additionally, make sure your application can gracefully handle shutdowns. Containers restart regularly, so don't expect state to persist inside a container. Instead, use external caches for expensive in-memory caches requirements.
60+
Additionally, make sure your application can gracefully handle shutdowns. Containers restart regularly, so don't expect state to persist inside a container. Instead, use external caches for expensive in-memory cache requirements.
6161

6262
## Next steps
6363

articles/container-apps/environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: ignite-fall-2021, event-tier1-build-2022
1212

1313
# Azure Container Apps environments
1414

15-
A Container Apps environment is a secure boundary around groups of container apps that share the same virtual network and write logs to the same Log Analytics workspace.
15+
A Container Apps environment is a secure boundary around groups of container apps that share the same virtual network and write logs to the same logging destination.
1616

1717
Container Apps environments are fully managed where Azure handles OS upgrades, scale operations, failover procedures, and resource balancing.
1818

0 commit comments

Comments
 (0)