-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot update config for Flex function b/c of functionAppScaleLimit setting #10643
Comments
Hi @rmontroy Thanks for reporting.can you try with consumption plan? please share the snap config.Thanks |
The issue does not occur with the consumption plan. |
@satvu please comment and validate.Thanks |
@rmontroy i had this same issue today. I worked around it by setting it to the same value as I also attempted to force it to |
Thanks @erwinkramer! Can confirm, it worked for me, too. |
This may be due to an old version of the API (or an older version of tooling that then uses an older version of the API). Can you confirm if you are still facing this issue? |
Checked for a solution in the Azure portal
Yes
Investigative information
Repro steps
steps required to reproduce the problem:
az webapp config update
(e.g., minimum TLS version).Actual behavior
Known workarounds
None
(I tried
az resource update --resource-type Microsoft.Web/sites -g <group> -n <func-app-name>/config/web --remove properties.functionAppScaleLimit
. There was no error, but the setting was not removed.)Related information
This function was created via a modified version of this template: functions-quickstart-python-http-azd
The text was updated successfully, but these errors were encountered: