You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Timestamp: Mon Nov 18 2024 21:42:32 GMT-0500 (Eastern Standard Time)
Function App version: ~4
Function App name: func-processor-oy7gjmowosxds
Function name(s) (as appropriate): N/A
Invocation ID: N/A
Region: East US 2
Operation name: Update web sites config
Repro steps
steps required to reproduce the problem:
Change any config setting in the Portal or via az webapp config update (e.g., minimum TLS version).
Save changes.
Actual behavior
BadRequest
The following site configuration property (Site.SiteConfig.FunctionAppScaleLimit) for Flex Consumption sites is invalid. Please remove or rename it before retrying.
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.)
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: