From bdfd34ea6e9973acae6509f6d4cdaf9630762664 Mon Sep 17 00:00:00 2001 From: George Pollard Date: Tue, 6 Sep 2022 22:41:04 +0000 Subject: [PATCH] Use 64-bit worker for function --- src/deployment/bicep-templates/function.bicep | 1 + 1 file changed, 1 insertion(+) diff --git a/src/deployment/bicep-templates/function.bicep b/src/deployment/bicep-templates/function.bicep index 8fa7c7aef2c..8fe7c95cef9 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) ? {