diff --git a/src/deployment/bicep-templates/function.bicep b/src/deployment/bicep-templates/function.bicep index 8fa7c7aef..8fe7c95ce 100644 --- a/src/deployment/bicep-templates/function.bicep +++ b/src/deployment/bicep-templates/function.bicep @@ -37,6 +37,7 @@ var commonSiteConfig = { detailedErrorLoggingEnabled: true http20Enabled: true ftpsState: 'Disabled' + use32BitWorkerProcess: false } var extraProperties = (use_windows && enable_remote_debugging) ? {