Skip to content

Commit fd76753

Browse files
anthonychuJiachen Jiang
andauthored
Update articles/container-apps/dotnet-overview.md
Co-authored-by: Jiachen Jiang <[email protected]>
1 parent 4237a19 commit fd76753

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
@@ -113,7 +113,7 @@ By default, Azure Container Apps automatically scales your ASP.NET Core apps bas
113113

114114
Auto-scaling changes the number of replicas of your app based on the rules you define. By default, Container Apps randomly routes incoming traffic to the replicas of your ASP.NET Core app. This means that your app should be stateless, so that clients don't experience any issues when their requests are routed to different replicas.
115115

116-
There are ASP.NET Core features that require additional configuration to work correctly when scaled to multiple replicas: data protection, SignalR, and Blazor Server.
116+
Features such as anti-forgery, authentication, and Razor Pages depend on data protection and will require additional configuration to work correctly when scaling to multiple replicas.
117117

118118
#### Configure data protection
119119

0 commit comments

Comments
 (0)