当尝试为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/,但我收到以下错误:
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?
发布于 2020-08-28 02:50:58
通过使用https://servicebus.azure.net/作为资源,我成功地在Azure Gov中获得了一个托管身份令牌,它被Service Bus接受,并将必要的RBAC应用于托管身份。
https://stackoverflow.com/questions/63607278
复制相似问题