Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
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:
- Azure App Service pricing: https://azure.microsoft.com/en-us/pricing/details/app-service/windows/
- Delete an App Service plan: https://learn.microsoft.com/en-us/azure/app-service/app-service-plan-manage?tabs=asyncscaleout
- Analyze costs with Cost Management: https://learn.microsoft.com/azure/cost-management-billing/costs/cost-analysis-common-uses
Kindly let us know if the above helps or you need further assistance on this issue.
Please do not forget to
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.