Skip to content

Commit 1403423

Browse files
authored
Merge pull request #7387 from umbraco/task/56183-Add-notification-about-max-environment-variables
Updating secret management page
2 parents 1bbabe4 + 98f7f93 commit 1403423

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

umbraco-cloud/begin-your-cloud-journey/project-features/secrets-management.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,23 @@ Starter Plans have a limit of 5 secrets per environment, whereas higher-tiered p
3434
## How to add secrets
3535

3636
{% hint style="warning" %}
37-
When adding a secret to your environment it will restart.
37+
38+
## Important
39+
40+
When adding a secret to your environment, it will restart.
41+
42+
Secrets are stored as environment variables.
43+
The underlying platform has a maximum size limit for all environment variables combined.
44+
If too many secrets are added, or if secret values are too large, your environment may fail to start.
45+
46+
It is recommended to:
47+
48+
- Keep secrets small and concise.
49+
- Store only sensitive values as secrets (for example: API keys, connection strings).
50+
- Use `appsettings.json` for general configuration values.
3851
{% endhint %}
3952

40-
To add a secret to your environment follow these steps:
53+
To add a secret to your environment, follow these steps:
4154

4255
1. Go to your Umbraco Cloud project
4356
2. Go to the Settings section and go to Secret Management

0 commit comments

Comments
 (0)