Skip to content

Commit

Permalink
Disable external access for API
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharprun committed Feb 1, 2024
1 parent 8c1f186 commit 5259005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/app/api.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module app '../core/host/container-apps/app.bicep' = {
}
]
ingressEnabled: true
externalAccess: true
externalAccess: false
targetPort: 8080
containerImage: 'mcr.microsoft.com/dotnet/samples:aspnetapp'
enableSystemAssignedManagedIdentity: false
Expand Down

0 comments on commit 5259005

Please sign in to comment.