From a9404f7baeb94d2f4ee84ff6c07afcbddc10fb39 Mon Sep 17 00:00:00 2001 From: Sidney Andrews Date: Wed, 23 Oct 2024 11:16:08 -0400 Subject: [PATCH] Add session affinity --- infra/app/web.bicep | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/app/web.bicep b/infra/app/web.bicep index 1d8e71a..7e697c2 100644 --- a/infra/app/web.bicep +++ b/infra/app/web.bicep @@ -46,6 +46,7 @@ module containerAppsApp 'br/public:avm/res/app/container-app:0.9.0' = { ingressTargetPort: 8080 ingressExternal: true ingressTransport: 'auto' + stickySessionsAffinity: 'sticky' corsPolicy: { allowCredentials: true allowedOrigins: [