Skip to content

Commit 6b00795

Browse files
committed
another h2
1 parent 3362c1b commit 6b00795

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/container-apps/javascript-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,8 @@ This approach offers a flexible solution that allows you to restart the containe
410410

411411
## Maintenance and performance considerations
412412

413+
To maintain and optimize your application's performance over time, ensure you efficiently manage environment variable changes, monitor your resources, keep your dependencies up-to-date, configure scaling correctly, and set up monitoring alerts.
414+
413415
### Environment variable changes
414416

415417
Since each change to environment variables requires a new deployed revision, make all changes to the app's secrets at once. When changes are complete, link the secrets to the revision's environment variables. This approach minimizes the number of revisions and helps maintain a clean deployment history.

0 commit comments

Comments
 (0)