Skip to content

Commit 2fdea6a

Browse files
authored
updating secret management page
refactoring merging lines together and cleaning up a bit.
1 parent 61a3f76 commit 2fdea6a

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,15 @@ Starter Plans have a limit of 5 secrets per environment, whereas higher-tiered p
3333

3434
## How to add secrets
3535

36-
{% hint style="warning" %}
37-
When adding a secret to your environment it will restart.
38-
{% endhint %}
39-
4036
{% hint style="warning" %}
4137

4238
## Important
4339

44-
Secrets are stored as environment variables in your project.
40+
When adding a secret to your environment, it will restart.
41+
42+
Secrets are stored as environment variables.
4543
The underlying platform has a maximum size limit for all environment variables combined.
46-
If too many secrets are added, or if secret values are too large, your project may fail to start.
44+
If too many secrets are added, or if secret values are too large, your environment may fail to start.
4745

4846
We Recommend:
4947

@@ -52,7 +50,7 @@ We Recommend:
5250
- Using appsettings.json for general configuration values.
5351
{% endhint %}
5452

55-
To add a secret to your environment follow these steps:
53+
To add a secret to your environment, follow these steps:
5654

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

0 commit comments

Comments
 (0)