Joe Eng
Joe Eng

Reputation: 1224

Azure Government Service Bus Managed Identity

When attempting to get a managed identity token for Service Bus in Azure Gov I tried using the resource: https://servicebus.usgovcloudapi.net/ instead of https://servicebus.azure.net/ as you would for Commercial (https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-managed-service-identity), but I'm getting the following error:

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.

Are you supposed to use https://servicebus.azure.net/ for managed identity in Government as well? Or is Service Bus managed identity not supported in Gov yet?

Upvotes: 0

Views: 247

Answers (1)

Joe Eng
Joe Eng

Reputation: 1224

I successfully got a managed identity token back in Azure Gov by using https://servicebus.azure.net/ as the resource, and it was accepted by Service Bus with the necessary RBAC applied to the managed identity.

Upvotes: 0

Related Questions