Skip to content

Commit 6ff850e

Browse files
committed
Create ch10-app-secrets.md
1 parent a848b40 commit 6ff850e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/ch10-app-secrets.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
**App Secrets**
2+
3+
- [What is an app secret?](#what-is-an-app-secret)
4+
5+
# What is an app secret?
6+
7+
Never store a password or other sensitive values in your source code. Get those values from an environment variable or a secret management system like:
8+
- [Secret Manager](https://learn.microsoft.com/en-us/aspnet/core/security/app-secrets) for local development secrets.
9+
- [Azure Key Vault](https://learn.microsoft.com/en-us/azure/key-vault/general/overview) for cloud and production secrets.
10+

0 commit comments

Comments
 (0)