I am trying to use the "By App Service Domain" feature in my Web App Service. The domain name is free but I am getting the following error during validation process:
{"code":"InvalidTemplateDeployment","details":[{"code":"ValidationForResourceFailed","message":"Validation failed for a resource. Check 'Error.Details[0]' for more information.","details":[{"code":"SubscriptionExceededMaxDomainLimit","message":"Subscription has reached the limit for the number of App Service domain resources that can be created."}]}],"message":"The template deployment 'Microsoft.Web-AppServiceDomains-Portal-8f2935b4-b807' is not valid according to the validation procedure. The tracking id is '59591954-b64f-4972-8aa7-4552b269fbfe'. See inner errors for details."}
What is that limit and how do I bypass it?
Best regards,
Oleg