简体   繁体   English

Azure Key Vault - 无法找到/选择 Front Door 作为访问策略的原则

[英]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...我正在按照本教程在 Key Vault 的 Front Door 中使用自定义 SSL 证书...

https://learn.microsoft.com/en-us/azure/frontdoor/front-door-custom-domain-https 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 " ...它指出“在 Select 主体中,搜索 ad0e1c7e-6d38-4ba4-9efd-0bc77ba9f037 和 select Microsoft.Azure.Frontdoor

However, when adding the access policy neither that GUID or "FrontDoor" is in the list ...但是,在添加访问策略时,GUID 或“FrontDoor”都不在列表中......

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

Any ideas on how to fix this?有想法该怎么解决这个吗? I need to give Front Door an ssl certificate for an apex domain我需要为 Front Door 提供顶级域的 ssl 证书

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 Azure 前门进口定制认证仅来自 keyvault

First I have registered the azure front door service principal using the below script首先,我使用以下脚本注册了 azure 前门服务主体

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 Go-TO Portal 搜索Keyvault 创建新的keyvault在第一页给出名称区域点击 go 旁边的访问策略到新策略

In the certificate permissions select get, in the secret get & list & authorities在证书权限select获取,在秘密获取&列表&权限

在此处输入图像描述

When I click on principal I am able to see azure front door in the list as shown当我点击主体时,我可以在列表中看到azure 前门,如图所示

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 ARM 模板 Key vault 访问策略到组而不是身份原则 - ARM template Key vault access policy to group instead of identity principle 更改现有Azure Key Vault的访问策略 - Change access policy of existing Azure Key Vault 如何使用启用网络安全策略访问 Azure 密钥库? - How to access Azure Key Vault with Network Security Policy enables? 在 PowerShell 中设置 Azure Key Vault 访问策略时出错 - Error Setting Azure Key Vault Access Policy in PowerShell Terraform 使用 Azure Key Vault 应用与访问策略相关的抛出错误 - Terraform Apply throwing error related to access policy with Azure Key Vault Azure Key Vault 访问策略不适用于组 - Azure Key Vault Access Policy Doesn't Work For Groups Azure密钥保管库 - 为部署槽添加访问策略 - Azure key vault - add access policy for deployment slot 在Azure前门屏蔽80端口访问 - Block port 80 access in Azure Front door 无法在我们的 Microsoft 合作伙伴中心内创建 Azure Key Vault 机密。 “此密钥保管库的访问策略中未启用“设置”操作。” - Unable to create Azure Key Vault secret inside our Microsoft Partner centre. "The operation "Set" is not enabled in this key vault's access policy." 有没有办法使用 Bicep 将 Azure 防火墙连接到 Front Door Premium Policy? - Is there a way to connect an Azure firewall to a Front Door Premium Policy with Bicep?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM