I've an Azure Function App - created with the setting "Always On" and a matching AppServicePlan behind.
Now, I want to change the setting of "Always On" to false/off ... but I couldn't find the setting neither in Settings->Configuration nor in other tabs like Settings-->Properties.
Do I have to delete my function app and recreate it with "Always On" = false or is there another way to change this setting?