An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
Hello @Aron Grzywaczewski
The SubscriptionExceededMaxDomainLimit error relates to the Azure subscription's eligibility to purchase an App Service Domain, not a DNS configuration issue.
Microsoft documents that the number of App Service domains allowed depends on the subscription type. Free/credit-based subscriptions can be restricted, subscriptions with monthly credits may have a limited number of domains, and some subscription types require sufficient Azure payment history before you can purchase domains.
I would check the following:
- Confirm the subscription type under Cost Management + Billing > Subscriptions.
- Make sure the subscription doesn't have a spending limit.
- If it's a Free Trial or credit-based subscription, App Service Domain purchases aren't supported.
- If it's a relatively new subscription, Azure may require sufficient payment history before enabling domain purchases.
- If you previously purchased an App Service Domain, check whether you've reached the domain limit associated with your subscription.
If you're using an eligible Pay-As-You-Go subscription and still receive this error, I'd recommend opening an Azure Billing/Subscription support request so Microsoft can check the subscription's domain-purchase eligibility.
As a workaround, you don't need to purchase the domain through Azure. You can register it with an external domain registrar and then configure its DNS records and map the existing domain to your Azure App Service.
Sharing this reference with you: Buy and configure an Azure App Service domain
Please "Accept the Answer" if this information helped you. This will help us and others in the community.