Skip to content

Commit 6bfcb8d

Browse files
author
Jiachen Jiang
authored
Update dotnet-overview.md
1 parent f314984 commit 6bfcb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/dotnet-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ There are ASP.NET Core features that require additional configuration to work co
111111

112112
#### Configure data protection
113113

114-
ASP.NET Core uses data protection to protect and unprotect data, such as session data and anti-forgery tokens. By default, data protection keys are stored in the file system, which isn't suitable for a cloud-native environment. When deploying your ASP.NET Core app to Azure Container Apps without `azd`, you must configure data protection to use Azure Key Vault and Blob Storage for key persistence. When deploying with `azd`, the keys will be provided automatically to your app instances.
114+
ASP.NET Core uses data protection to protect and unprotect data, such as session data and anti-forgery tokens. By default, data protection keys are stored in the file system, which isn't suitable for a cloud-native environment. When deploying your ASP.NET Core app to Azure Container Apps without `azd`, you must configure data protection to use shared locations like Azure Key Vault and Blob Storage for key persistence. When deploying with `azd`, the keys will be provided automatically to your app instances.
115115

116116
To configure data protection, refer to this documentation: [Configure ASP.NET Core Data Protection](https://github.com/aspnet/core/security/data-protection/configuration/overview).
117117

0 commit comments

Comments
 (0)