Skip to content

Commit 1e5147e

Browse files
Add detail to intro
1 parent b34a048 commit 1e5147e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/static-apps/environment-variables.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ ms.author: buhollan
1313

1414
Environment variables hold configuration settings for values that may change, such as database connection strings. Adding environment variables allows you to modify the configuration input to your app, without having to change application code.
1515

16+
Environment variables are:
17+
18+
- Encrypted at rest
19+
- Copied to [staging](review-publish-pull-requests.md) and production environments
20+
1621
Environment variables are also sometimes referred to as application settings.
1722

1823
## Prerequisites

0 commit comments

Comments
 (0)