Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hello @Nichesoft Admin
Thank you for reaching out. I see that you’re trying to consolidate your App Services, but the App Service Plan you want isn’t showing up when you try to change plans, even though it’s in the same subscription and region.
This is expected due to a webspace limitation in Azure App Service. Apps can only move between App Service Plans created in the same webspace, which is set by the resource group, region, and OS (Windows/Linux) at creation. If a plan was created in a different resource group and moved later, it keeps its original webspace, so it won’t appear as an option.
Recommended solution: Create a new App Service Plan in the same resource group, region, and OS as your source app, then move your apps to this plan. This will ensure everything is in the same webspace and allow consolidation.
Reference:
Manage and move App Service Plans: https://learn.microsoft.com/en-us/azure/app-service/app-service-plan-manage?tabs=asyncscaleout
Solution:
The only option is to re-create the app services in the chosen app service plan due to webspace limitation as explained.
Kindly let us know if the above helps or you need further assistance on this issue.
Please "upvote" if the information helped you. This will help us and others in the community as well.