【发布时间】:2022-12-21 03:55:27
【问题描述】:
我正在使用一组后端应用程序服务设置应用程序度假。我正处于配置侦听器的最后配置步骤,但首先我需要设置应用程序网关以支持密钥保管库参考证书。我遵循 Microsoft 官方文档中的指南:Key Vault Azure Role-Based Access Control Permissions Model
通过 azure powershell,但我收到了这一系列错误。对于 getAzApplicationGateway,我已经验证了我的资源所在的名称是正确的。至于 get-AzApplicationGateweyIdentity 和 Add-Az-ApplicationGatewaySslCertifacate,我得到:无法将参数绑定到参数“ApplicationGateway”,因为它为空。我找不到这个错误的原因,我输入了错误的参数吗?
【问题讨论】:
标签: azure azure-web-app-service