Azure 政府服务总线托管标识

Azure Government Service Bus Managed Identity

尝试在 Azure Gov 中获取服务总线的托管标识令牌时,我尝试使用资源:https://servicebus.usgovcloudapi.net/ instead of https://servicebus.azure.net/ as you would for Commercial (https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-managed-service-identity),但出现以下错误:

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/ 用于政府中的托管身份?还是 Gov 尚不支持服务总线托管身份?

我通过使用 https://servicebus.azure.net/ 作为资源成功地在 Azure Gov 中取回了一个托管标识令牌,并且服务总线接受了它,并将必要的 RBAC 应用于托管标识。