App Service Managed Certificate error for dedicated IP

Jamie Colpitts 5 Reputation points
2024-08-16T21:54:51.9+00:00

We have been using App Service Managed Certificates for domains that use SNI with no problem but cannot use them for domains with dedicated IPs.

The error returned is: Cannot update IP SSL Bindings because total number of allowed IP addresses per site will be exceeded.

We are trying to secure the root domain and also the www sub-domain.

(We noticed this error also occurs if try to update using a new pfx certificate if we don't delete either the root binding or the www binding first).

So the issue occurs any time we use a different certificate for the root domain and www sub-domain. But because we need a separate App Service Managed certificate for the root and www, this error always occurs.

How can we do this?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,933 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Abiola Akinbade 29,405 Reputation points Volunteer Moderator
    2024-08-17T02:13:17.0533333+00:00

    Switch to SNI-based SSL if possible. So you can use Managed Certificates for both the root domain and www subdomain without running into 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

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments

  2. Jamie Colpitts 5 Reputation points
    2024-08-20T01:58:03.9566667+00:00

    We want to keep using the dedicated IP address. We are currently using a Geotrust QuickSSL (it covers both the root and www) which works but thought we could switch the Managed Certificates because they auto-renew.

    I don't understand why this problem occurs. Why can't both the Managed root certificate and the www certificate use the same IP? There must be a way to do this.

    0 comments No comments

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.