Can we save cost if we stop the services from App Service Plan

Gosavi, Pravin 0 Reputation points
2024-11-21T06:52:39.0166667+00:00

Hi,

We are currently using App service Plan with Pricing Tier - Premium V2 (P1v2: 2).

I am stopping some services from App Service Plan to practically check if Stopping the services can actually save the cost.

In Pricing calculator it is showing like 1 Instance * 730 Hours.

Any Thought on this?

Thanks!

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,000 questions
{count} votes

2 answers

Sort by: Most helpful
  1. VenkateshDodda-MSFT 22,156 Reputation points Microsoft Employee
    2024-11-21T10:47:28.17+00:00

    @Gosavi, Pravin Thanks for posting your question in Microsoft Q&A, apologize for any inconvenience caused on this.

    Unfortunately, there is no way to stop the app service plan. Even if you stop all the webapp inside the app service plan you will be charged as per the pricing mentioned here based on the SKU size of the app service plan.

    The only suggestion/workaround to reduce the cost saving is to downgrade the app service plan to either Free or shared tiers during non-working hours.

    Hope this helps, let me know if you have any further questions on this.

    0 comments No comments

  2. TP 100K Reputation points
    2024-11-21T10:56:09.0733333+00:00

    Hi,

    Stopping a web app does not save cost. You are still charged for the instances in the App Service Plan, even if all web apps in the plan are stopped. Please see below from pricing FAQ:

    User's image

    One potential method to save money is to switch to Free/lower cost SKU when not using web apps, and then switch back to Premium when you want to use them again. If running multiple instances (as in your case), you could reduce (but not eliminate) some costs by scaling in from 2 instances to 1.

    Please click Accept Answer and upvote if the above was helpful.

    Thanks.

    -TP

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.