Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,23 @@ Starter Plans have a limit of 5 secrets per environment, whereas higher-tiered p
## How to add secrets

{% hint style="warning" %}
When adding a secret to your environment it will restart.

## Important

When adding a secret to your environment, it will restart.

Secrets are stored as environment variables.
The underlying platform has a maximum size limit for all environment variables combined.
If too many secrets are added, or if secret values are too large, your environment may fail to start.

It is recommended to:

- Keep secrets small and concise.
- Store only sensitive values as secrets (for example: API keys, connection strings).
- Use `appsettings.json` for general configuration values.
{% endhint %}

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

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