Added scond domain, need it and it's www to resolve same as first

Rich Simpson 20 Reputation points
2025-05-30T16:30:02.1766667+00:00

Failed to configured SSL Binding for eohlcaup.comCannot update IP SSL Bindings because total number of allowed IP addresses per site will be exceeded.

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
273 questions
0 comments No comments
{count} votes

Accepted answer
  1. Divyesh Govaerdhanan 6,475 Reputation points
    2025-06-01T16:41:48.5266667+00:00

    Hello,

    Welcome to Microsoft Q&A,

    Switch to SNI-based SSL if possible. You can use Managed Certificates for both the root domain and the www subdomain without encountering IP address limitations.

    You can also try using an external wildcard certificate.

    See: https://learn.microsoft.com/en-us/azure/app-service/troubleshoot-domain-ssl-certificates

    Please Upvote and accept the answer if it helps!!

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Shree Hima Bindu Maganti 4,925 Reputation points Microsoft External Staff Moderator
    2025-06-02T06:38:12.28+00:00

    Hi @Rich Simpson
    The error message you are encountering indicates that you are trying to add an IP SSL binding for a second domain, but the total number of allowed IP addresses per site will be exceeded. This typically happens when multiple apps or domains are using the same IP address for SSL bindings.

    To resolve this issue, you can try one of the following solutions:

     If you have old or unused IP-based TLS/SSL bindings for the same IP address, consider deleting them to free up space for the new binding.

     If possible, assign a different IP address for the new domain to avoid exceeding the limit on the number of bindings.

     Ensure that your App Service plan supports the number of IP-based bindings you are trying to create. If you are on a Free or Shared plan, consider upgrading to a Standard plan that allows more bindings.

    References:


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.