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: