Configuring TLS/SSL Binding error for Custom Domain

kaleidoscope 21 Reputation points
2020-11-23T07:14:15.447+00:00

We're trying to get a custom domain set up for our existing site. We've purchased an app service certificate, set it all up and tried to connect the certificate. We went through the process fine and clicked to bind the certificate, then came across this error.

We've tried using a different browser, going into incognito mode etc, waited a few hours and nothing has worked. Anything else we can try?

41793-screen-shot-2020-11-23-at-40928-pm.png

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,407 questions
{count} votes

Accepted answer
  1. ajkuma 24,971 Reputation points Microsoft Employee
    2020-12-01T12:32:14.947+00:00

    @kaleidoscope , Glad to know that the issue is resolved by upgrading to the Basic tier. Thanks for the update.

    As I'd mentioned, to create custom security bindings or enable client certificates for your App Service app, the App Service Plan (ASP) must be in either Basic, Standard, Premium, or Isolated tier, as this feature is not supported in Free or Shared ASP.

    In regards to the ASP cost: Your App Service plan can be scaled up and down at any time. By changing the pricing tier of the plan. You can choose a lower pricing tier at first and scale up later when you need more App Service features. Note that you can host multiple WebApps under the same ASP.

    Note that since you pay for the computing resources your App Service plan allocates, you can potentially save money by putting multiple apps into one App Service plan. You can continue to add apps to an existing plan as long as the plan has enough resources to handle the load. However, keep in mind that apps in the same App Service plan all share the same compute resources.
    To determine whether the new app has the necessary resources, you need to understand the capacity of the existing App Service plan, and the expected load for the new app. Overloading an App Service plan can potentially cause downtime for your new and existing apps.

    Kindly checkout this document section 'How much does my App Service plan cost? ' for more details.

    App Service pricing
    44111-image.png

    Hope this helps!

    --------------------------------------------------------------------------------------------------------------------------------------------------------------

    To benefit the community find the right answers, please do mark the post which was helpful by clicking on ‘Accept Answer’ & ‘Up-Vote’.

    0 comments No comments

0 additional answers

Sort by: Most helpful