Skip to content

Commit 4a78bf3

Browse files
env variables not encryped (#33903)
* env variables not encryped * Update aspnetcore/security/index.md
1 parent 319a24a commit 4a78bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/security/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Managed identities are a secure way to authenticate to services without needing
6161
* [Managed identities for App Service and Azure Functions](/azure/app-service/overview-managed-identity)
6262
* [Secure authentication flows](/entra/identity-platform/authentication-flows-app-scenarios#web-app-that-signs-in-a-user)
6363

64-
When the app is deployed to a test server, an environment variable can be used to set the connection string to a test database server. For more information, see [Configuration](xref:fundamentals/configuration/index). We recommend environment variables not be used to store a production connection string as it's not the most secure approach.
64+
When the app is deployed to a test server, an environment variable can be used to set the connection string to a test database server. For more information, see [Configuration](xref:fundamentals/configuration/index). Environment variables are generally stored in plain, unencrypted text. If the machine or process is compromised, environment variables can be accessed by untrusted parties. We recommend environment variables not be used to store a production connection string as it's not the most secure approach.
6565

6666
For more information, see:
6767

0 commit comments

Comments
 (0)