To move an Azure App Service to another existing App Service Plan, follow these steps:
Ensure both plans are in the same resource group and region.
Disable VNET integration if configured.
Navigate to "App Services" in the Azure portal and select your app.
Under "App Service Plan," select "Change App Service plan" and choose the target plan.
Confirm and move the app.
For more details, refer to the official documentation.