Hi @NLE JB,
The “Always On” feature is only available on Basic and higher tiers (e.g., Standard, Premium). Since you're currently on the Premium v2 P1V2 plan, the setting is available, but not directly visible from the “Scale out” menu. To locate or disable it:
- Go to your App Service in the Azure portal.
- Navigate to Configuration => General settings.
- Under Platform settings, you will see Always On => you can disable it from there. https://learn.microsoft.com/en-us/azure/app-service/configure-common?tabs=portal#configure-general-settings
Before downgrading to a tier like Basic (B1), make sure this feature is disabled, as it's not supported in Free or Shared tiers.
The “Manual” scale-out method is selected because Azure Functions are hosted under the App Service Plan, and automatic scaling is not supported in this setup. Since you're not relying on autoscaling or high throughput right now, maintaining manual scale with 1 instance is perfectly fine. Microsoft Docs – Scale App Service Plan
Thanks for checking the VNet tab. Since you see “No results” under Virtual Network Integration, this means your App Service is not connected to any VNet currently. That gives you additional flexibility in downgrading without worrying about breaking any private network dependencies.
Coming to Storage Usage, your file system usage is very low (1.58 GiB out of 250 GiB), which is a great sign. The Basic B1 plan offers 10 GB of disk space, which should be more than sufficient based on current usage trends.
Based on everything you've shared, including no VNet integration, low storage, and not Always On dependency (pending confirmation), downgrading to the Basic B1 plan seems like a sensible and cost-effective decision.
However, before proceeding, please ensure Always On” is disabled in the Configuration tab. Once confirmed, you can downgrade the App Service Plan from the Scale Up (App Service Plan) menu in the Azure portal.
If the answer is helpful, please click Accept Answer and kindly upvote it so that other people who faces similar issue may get benefitted from it.
Let me know if you have any further Queries.