I made an Azure function, which made me an App Service Plan. I noticed my bill started going up, so I tried to change my app service plan to the free pricing tier. It rejected with the reason:
Cannot update the site 'my-site' because it uses AlwaysOn feature which is not allowed in the target compute mode.
Is there a way I can turn off the AlwaysOn feature of my Azure Function so I can change my app service plan to the free tier?