Closed kurotoki1112 closed 1 month ago
Thank you for opening this issue, we will look into it.
Dear Experts I'm wondering if you have done any research on this, and what you can tell me about it. Thank you in advance for your continued support. Please note that we have confirmed that the problem still occurs with the latest version 2.63.0 released this month.
Hi @kurotoki1112 My changes in https://github.com/Azure/azure-cli/pull/29756 should resolve this issue. They will be available in the next Azure CLI release (Oct 8).
Dear Experts We have confirmed that the problem has been fixed in the latest version that was recently released Thank you very much for your support!
Describe the bug
I am trying to change the functions setting using the following command, but I cannot change it
Confirmed that az version 2.49.0 can change settings correctly
Related command
az functionapp config set -n ResourceName -g RsourceGroupName --web-sockets-enabled true az funcitonapp config set -n ResourceName -g RsourceGroupName --use-32bit-worker-process false
Errors
No error, but “web-sockets-enabled” is set to “false” even though it is set to “true”
Issue script & Debug output
debug.txt
Expected behavior
Configured options are ignored.
Environment Summary
Additional context
No response