首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Azure政务服务总线托管标识

Azure政务服务总线托管标识
EN

Stack Overflow用户
提问于 2020-08-27 07:56:46
回答 1查看 73关注 0票数 0

当尝试为Azure Gov中的服务总线获取托管身份令牌时,我尝试使用资源:https://servicebus.usgovcloudapi.net/而不是商业版(https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-managed-service-identity)中的https://servicebus.azure.net/,但我收到以下错误:

代码语言:javascript
复制
The resource principal named https://servicebus.usgovcloudapi.net/ was not found in the tenant named ___. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You might have sent your authentication request to the wrong tenant.

在政府中,您是否也应该使用https://servicebus.azure.net/作为托管身份?或者,政府还不支持Service Bus managed identity?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2020-08-28 02:50:58

通过使用https://servicebus.azure.net/作为资源,我成功地在Azure Gov中获得了一个托管身份令牌,它被Service Bus接受,并将必要的RBAC应用于托管身份。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/63607278

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档