Generally available: Session affinity for Azure Container Apps

0
74
Indefinite storage: What it is and why you might need it

Source is Azure Business News

Azure Container Apps now supports session affinity, also known as sticky sessions, for HTTP-based workloads. This feature is generally available.

Session affinity enables you to route all requests from a single client to the same Container Apps replica. This is useful for stateful workloads that require session affinity.

Container apps in single revision mode support session affinity. When enabled, Container Apps automatically adds a cookie to HTTP responses to track the replica being used by the client.

Learn more: https://aka.ms/containerapps/session-affinity

Source is Azure Business News

Vorig artikelGenerally available: Azure Key Vault references for secrets in Azure Container Apps
Volgend artikelGenerally available: Secrets volume mounts for Azure Container Apps