访问 WCF 服务中的 Azure 应用程序配置
我们有本地 WCF 服务。最近我们添加了 Azure 应用程序配置来存储一些配置值。我们使用基于证书的身份验证(使用服务主体)来访问Azure应用程序配置。问题是,当我们尝试从 WCF 服务连接到 Azure 应用程序配置时,我们收到身份验证失败错误。我们可以使用同一服务器中的控制台应用程序使用相同的证书成功连接到 Azure 并访问配置值。 WCF 的服务帐户拥有管理证书的所有访问权限。为什么我们无法在 WCF 服务中访问 Azure 应用程序配置?我们是否缺少任何设置? 任何帮助表示赞赏。
We have an on-prem WCF service. Recently we added Azure app config to store some config values. We use certificate based authentication(using service principal) to access Azure App config. The issue is, when we try to connect to the Azure app config from WCF service, we get authentication failed error. We can successfully connect to and access the config values from Azure, using a console app in the same server using the same certificate.
The service account of WCF has all the access to manage the certificate. Why can't we access Azure app config in WCF service? Are we missing any settings?
Any help is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论