How to create managed certificate for apex domains?

Ernesto 61 Reputation points
2023-07-11T11:14:27.5433333+00:00

When I tried to use portal.azure.com to create managed certificates, it fails.

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

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 22,166 Reputation points
    2023-07-11T12:48:11.7633333+00:00

    @Ernesto Thanks for reaching here! If I have understood correctly, you want to create App Service managed certificate for apex domains. Could you elaborate on what error message you are receiving..

    Also, as its mentioned in the blog by Yutang that-

    App Service Managed Certificates for apex domains are validated with HTTP token validation which App Service will set up on your behalf. However, to ensure a successful create and renewal validation, you want to make sure that you have the following set up, otherwise your certificate validation will fail.

    1. Add an apex domain to your web app by mapping an A record and TXT record to your web app.
    2. Your web app must be accessible from the public network and does not have any IP restrictions set up. You cannot validate your certificate if your web app is not accessible from the public network. Adding IP restrictions after creating a certificate will cause renewal to fail.

    Please refer to this blog for more details, App Service Managed Certificate (Preview) Now Supports Apex Domains

    Please let us know if further query or issue remains.


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.