How to add an app service managed certificate to a custom domain with special characters?

justus Råmunddal 0 Reputation points
2024-06-25T17:14:36.75+00:00

I am running into a problem with my app service custom domain. It contains a special character 'ö'. I have the domain in my dns zone all setup as ponycode with all records to connect it to my app service. I can add the domain but the issue comes when i want to add the app service managed certificate. When i try to add the binding, the vailidation works however when i then click on "add" the following error occors:

"Failed to create App Service Managed Certificate for xöxxxxxxx.org due to error: Properties.CanonicalName is invalid. Canonical name högskoleprov.org includes at least one special character. Only letters and numbers are allowed."

Is there anyone that knows how i could add and create the certificate?

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

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 20,480 Reputation points
    2024-06-25T18:06:17.0633333+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    This article provide steps to create and bind the custom domain contains special Unicode character in App Service Using Azure CLI

    https://techcommunity.microsoft.com/t5/apps-on-azure-blog/create-and-bind-the-custom-domain-contains-special-unicode/ba-p/3797564

    ** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful **

    0 comments No comments