Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hi,
What is the specific error message? You posted part of the error, but there is more to it including a more-detailed error such as not enough quota, etc. You may have to click on Raw tab to view it. If you can't find the details let me know and I can help you find it. In the meantime, I will assume it is related to lack of quota.
Please follow instructions below to see if you can increase your subscription's App Service quota.
In Azure portal, please navigate to Quotas using link below:
https://portal.azure.com/#view/Microsoft_Azure_Capacity/QuotaMenuBlade/~/overview
Next, please click on App Service (Public Preview).
At the top, click on the Region filter, change it so that the region you want (e.g. East US) is selected.
At the bottom you should see your current App Service quotas and usage. On right, click on pencil (or person) icon next to the quota you would like to increase, for example, F1 VMs if you would like Free SKU, P0v4 for Premium P0v4, etc. Fill out the details on New Quota Request panel on right and click Submit.
Assuming your request is approved you can try deploying your app service again.
Please click Accept Answer and upvote if the above was helpful.
Thanks.
-TP