Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Use 64-bit worker for function
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges committed Sep 6, 2022
1 parent b28008b commit 1016eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deployment/bicep-templates/function.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ var commonSiteConfig = {
detailedErrorLoggingEnabled: true
http20Enabled: true
ftpsState: 'Disabled'
use32BitWorkerProcess: false
}

var extraProperties = (use_windows && enable_remote_debugging) ? {
Expand Down

0 comments on commit 1016eeb

Please sign in to comment.