Skip to content

Commit 98f7f93

Browse files
authored
Update umbraco-cloud/begin-your-cloud-journey/project-features/secrets-management.md
1 parent 2fdea6a commit 98f7f93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ Secrets are stored as environment variables.
4343
The underlying platform has a maximum size limit for all environment variables combined.
4444
If too many secrets are added, or if secret values are too large, your environment may fail to start.
4545

46-
We Recommend:
46+
It is recommended to:
4747

48-
- Keeping secrets small and concise.
49-
- Storing only sensitive values as secrets (for example: API keys, connection strings).
50-
- Using appsettings.json for general configuration values.
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.
5151
{% endhint %}
5252

5353
To add a secret to your environment, follow these steps:

0 commit comments

Comments
 (0)