@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.
- Add an apex domain to your web app by mapping an A record and TXT record to your web app.
- 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.