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
I'm attempting to add a new environment variable, FOO_BAR, with a value of TEST. When I try to save/apply this change, I get the following error in the Azure Portal.
Failed to update app settings:
AppSettings is invalid. {"Error":{"Code":"InvalidAppSettings","Message":"AppSetting with name 'WEBSITES_INTERNAL_FREESKU_SITE' is not allowed.","ExtendedData":null,"Details":null}}
I'm not trying to set WEBSITES_INTERNAL_FREESKU_SITE. I'm not even using a free site, but am on a Standard SKU.
Using the Azure CLI to edit the environment variable also fails with a "Bad Request" error.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to add a new environment variable, FOO_BAR, with a value of TEST. When I try to save/apply this change, I get the following error in the Azure Portal.
I'm not trying to set
WEBSITES_INTERNAL_FREESKU_SITE
. I'm not even using a free site, but am on a Standard SKU.Using the Azure CLI to edit the environment variable also fails with a "Bad Request" error.
Any suggestions on how to work around this issue?
Beta Was this translation helpful? Give feedback.
All reactions