Skip to content

Commit f314984

Browse files
author
Jiachen Jiang
authored
Update articles/container-apps/dotnet-overview.md
1 parent 79fc081 commit f314984

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/container-apps/dotnet-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ 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, you must configure data protection to use Azure Key Vault and Blob Storage for key persistence. To learn more, see [Configure ASP.NET Core Data Protection](/aspnet/core/security/data-protection/configuration/overview).
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.
115+
116+
To configure data protection, refer to this documentation: [Configure ASP.NET Core Data Protection](https://github.com/aspnet/core/security/data-protection/configuration/overview).
115117

116118
#### Configure ASP.NET Core SignalR
117119

0 commit comments

Comments
 (0)