简体   繁体   中英

Azure Key Vault - unable to find/select Front Door as Principle for access policy

I'm following this tutorial to use a custom SSL certificate in Front Door from Key Vault...

https://learn.microsoft.com/en-us/azure/frontdoor/front-door-custom-domain-https

... it states that " In Select principal, search for ad0e1c7e-6d38-4ba4-9efd-0bc77ba9f037, and select Microsoft.Azure.Frontdoor "

However, when adding the access policy neither that GUID or "FrontDoor" is in the list ...

访问策略中缺少密钥保管库前门

Any ideas on how to fix this? I need to give Front Door an ssl certificate for an apex domain

I tried to reproduce the same issue in my environment and got the below results

To add the custom domain and name we need the keyvault

For that I have created the keyvault while creating I have followed the below steps

Azure front door import custom certified only from the keyvault

First I have registered the azure front door service principal using the below script

New-AzADServicePrincipal -ApplicationId “XXXXXXXXXXX”

在此处输入图像描述

Go-TO Portal search for Keyvault create new keyvault In the first page give the name & region click on next to go to the access policy to new policy

In the certificate permissions select get, in the secret get & list & authorities

在此处输入图像描述

When I click on principal I am able to see azure front door in the list as shown

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM