You should link your comment to this documentation piece which is incomplete and doesn't work without your comment.
https://learn.microsoft.com/en-us/azure/frontdoor/front-door-custom-domain-https
Thank you.
It worked for me btw.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I need to associated an SSL certificated with my CDN
I've uploaded the certificate to the keyvault, but in order to allow CDN to use this certificate I need to grant access to CDN service principal as stated in this message:
When I try to add the access, I can't find any principal with this name. An old answer in the forums says:
"search for a Service Principal with ID "205478c0-bd83-4e1b-a9d6-db63a3e1e1c8"" But that ID is not found.
How do I solve this problem?
You should link your comment to this documentation piece which is incomplete and doesn't work without your comment.
https://learn.microsoft.com/en-us/azure/frontdoor/front-door-custom-domain-https
Thank you.
It worked for me btw.
Hi @genelibardi · Thank you for reaching out.
You need to first run below cmdlet to create the servicePrincipal:
New-AzADServicePrincipal -ApplicationId "205478c0-bd83-4e1b-a9d6-db63a3e1e1c8"
Read more: Tutorial: Configure HTTPS on an Azure CDN custom domain
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.