Change App Service Plan Subscription on Azure

Dave Nottingham 121 Reputation points
2026-07-26T09:21:24.4166667+00:00

Hi

NOTE - This post has been edited as initially only one service plan was showing in the list and confused the issue!

Recently I posted a question about moving subscriptions. But everything suggested just generated errors. In the end I created new apps, uploaded with VS and deleted the old ones. Everything seemed to be good, but I have just noticed charges are still mounting to the old subscription (that was converted to pay-as-you-go).

Short history - the original subscription was against Action Pack and $100.00 a month was applied to the account. Last year it was changed to the MCPP subscription which is an annual amount. I didn't have a problem changing that subscription to MCPP, but this year has turned into something of a nightmare.

This is a list of all resources - the app service plans are highlighted.

AppServicePlan_004

Here are the App Service Plans

AppServicePlan_005

There are no apps assigned to one service plan, and two assigned to the correct one. There are still charges being applied to the old subscription. I'm thinking that either the service plan or the resource group need to delete (and I guess deleting the resource group will take out the plan as well.

Is my assumption correct?

Thank you for any assistance.

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

0 comments No comments

Answer accepted by question author
Venkatesan S 10,830 Reputation points Microsoft External Staff Moderator
2026-07-26T10:36:12.13+00:00

Hi @Dave Nottingham ,

Thanks for reaching out in Microsoft Q&A forum,

Based on the screenshots you shared, it appears that the migration of your web apps to the new MCPP subscription was successful. Both of your App Services are now associated with the new App Service Plan, while the old App Service Plan in the Microsoft Partner Network subscription no longer has any apps assigned to it.

However, the old App Service Plan is still configured with the Standard (S1) pricing tier. App Service Plans are billed independently of the number of apps they host, so an App Service Plan can continue to incur charges even when it has 0 apps assigned.

Before deleting the old App Service Plan, we recommend confirming the following:

  • The old App Service Plan has 0 apps assigned (as shown in your screenshot).
  • There are no deployment slots, WebJobs, or other dependencies associated with the plan.
  • All required applications are running successfully from the new App Service Plan in the MCPP subscription.

If these checks are complete, it should be safe to delete the old App Service Plan. There is no need to delete the entire Resource Group unless you have confirmed that none of the remaining resources within it (such as Application Insights or other Azure resources) are still required.

If you continue to see charges after deleting the App Service Plan (keeping in mind that billing data may take some time to update), you can use Cost Management + Billing > Cost Analysis on the old subscription and group costs by Resource to identify whether another resource is generating the charges.

For more information, please refer to the official Microsoft documentation:

Kindly let us know if the above helps or you need further assistance on this issue.

Please do not forget to 210246-screenshot-2021-12-10-121802.pngand “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

Was this answer helpful?

1 person found this answer helpful.

Answer accepted by question author
TP 163.2K Reputation points Volunteer Moderator
2026-07-26T10:13:02.9866667+00:00

Hi,

In order to stop future charges from accruing, you need to delete "AuthorWeb20231123223308Plan" App Service Plan (ASP). An ASP accrues charges even if it doesn't have apps/slots within it, unless it is on Free (F1) SKU.

Additionally, please consider deleting other resources that are still in old subscription, assuming you no longer need them.

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

Thanks.

-TP

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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