Skip to content

Commit 4963274

Browse files
committed
react to feedback
1 parent fff74ab commit 4963274

File tree

1 file changed

+1
-1
lines changed
  • aspnetcore/security/data-protection/configuration

1 file changed

+1
-1
lines changed

aspnetcore/security/data-protection/configuration/scaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following scenarios do ***NOT*** provide automatic key storage in a shared l
2929
* Separate [deployment slots](/azure/app-service/deploy-staging-slots), such as Staging and Production.
3030
* Azure Container Apps built using ASP.NET Core Kestrel 7.0 or earlier. For more information see [Autoscaling considerations
3131
](/azure/container-apps/dotnet-overview#autoscaling-considerations).
32-
* Asp.net core apps hosted on multiple non-Azure VMs that don't use server affinity. Server affinity ensures that a client's requests are always routed to the same server so having the keys in a shared location is not necessary. For more information see [Server affinity](/azure/app-service/manage-automatic-scaling?#how-does-arr-affinity-affect-automatic-scaling).
32+
* Distributed apps that don't have a shared storage location or synchronization mechanism for Data Protection keys.
3333

3434
:::moniker-end
3535

0 commit comments

Comments
 (0)