Hi,
UPDATE: The app service plans were originally in different resource groups and then later moved into the same resource group. That is why they are unable to be consolidated into the same app service plan. Please see discussion in comments below.
Please execute below command in Azure Cloud Shell (PowerShell) and reply back with your results:
Set-AzWebApp -ResourceGroupName saas -Name Workflow5000 -AppServicePlan MainHostingPlan
Please click Accept Answer and upvote if the above was helpful.
Thanks.
-TP