Skip to content

Commit

Permalink
Merge pull request #57 from seesharprun/http-transport
Browse files Browse the repository at this point in the history
Switch http transport to `auto`
  • Loading branch information
seesharprun authored Oct 23, 2024
2 parents 8e8f7ef + a9404f7 commit 8025d09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/app/web.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ module containerAppsApp 'br/public:avm/res/app/container-app:0.9.0' = {
tags: union(tags, { 'azd-service-name': serviceTag })
ingressTargetPort: 8080
ingressExternal: true
ingressTransport: 'http'
ingressTransport: 'auto'
stickySessionsAffinity: 'sticky'
corsPolicy: {
allowCredentials: true
allowedOrigins: [
Expand Down

0 comments on commit 8025d09

Please sign in to comment.