How to grant access to Microsoft.AzurefrontDoor-Cdn

genelibardi 6 Reputation points
2021-06-14T16:04:50.043+00:00

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:

105512-image.png

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?

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,102 questions
Azure Content Delivery Network
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 56,301 Reputation points
    2021-06-17T08:24:49.62+00:00

    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.


  2. Simon Bourdeau 6 Reputation points
    2022-12-13T21:47:02.407+00:00

    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.

    0 comments No comments