Skip to content

"az functionapp config set --use-32bit-worker-process" is not applying changes since v2.60.0 #28962

@jsteenbekkers

Description

@jsteenbekkers

Describe the bug

I am unable to update a function app to use 64 bit, when using version 2.60.0. This was working correctly in 2.59.0 and 2.54.0.
Conversely, if the function app is already configured to use 64 bit, I cannot switch it to use 32 bit.

For example:

PS>az functionapp config show --name my-functionapp --resource-group my-resource-group --query "use32BitWorkerProcess"
true

PS> az functionapp config set --name my-functionapp --resource-group my-resource-group --use-32bit-worker-process false
{
...
"use32BitWorkerProcess": true,
...
}

PS>az functionapp config show --name my-functionapp --resource-group my-resource-group --query "use32BitWorkerProcess"
true

Related command

az functionapp config set

Errors

No errors, but the update is not applied after executing the command

Issue script & Debug output

> az functionapp config set --name my-functionapp --resource-group my-resource-group --use-32bit-worker-process false --debug

see attached file for debug output (too long to post in plain text)

az-functionapp-config-debug-output.txt

Expected behavior

The "use32BitWorkProcess" property should be updated according to the value passed with --use-32bit-worker-process

Environment Summary

azure-cli 2.60.0

core 2.60.0
telemetry 1.1.0

Extensions:
account 0.2.5
azure-devops 0.25.0
cosmosdb-preview 0.26.0
datafactory 0.7.0
quota 0.1.0

Dependencies:
msal 1.28.0
azure-mgmt-resource 23.1.0b2

Python location 'C:\Program Files\Microsoft SDKs\Azure\CLI2\python.exe'
Extensions directory 'C:\Users\username.azure\cliextensions'

Python (Windows) 3.11.8 (tags/v3.11.8:db85d51, Feb 6 2024, 22:03:32) [MSC v.1937 64 bit (AMD64)]

Legal docs and information: aka.ms/AzureCliLegal

Additional context

No response

Metadata

Metadata

Labels

Auto-AssignAuto assign by botFunctionsaz functionappService AttentionThis issue is responsible by Azure service team.Similar-Issueact-observability-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions