Skip to content

Commit

Permalink
Add session affinity
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharprun committed Oct 23, 2024
1 parent 8678c47 commit a9404f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/app/web.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit a9404f7

Please sign in to comment.