user961
user961

Reputation: 713

Azure subscription not showing up for a new user added to the active directory

I have added a new user to the Azure active directory which is associated with Azure subscription. The user is added with the Global Administrator role.

However, when the user tries to login to the portal, no subscription is showing up. Tried logging off and logging in multiple times, but the subscription is not showing up.

Upvotes: 0

Views: 2562

Answers (2)

Artur Karbone
Artur Karbone

Reputation: 1658

Go to Subscriptions-> Access Control (IAM) -> Rolle assignments.

Select a role of your choice for that new user. In my case for instance "Managed Application Contributor Role" was good enough:

enter image description here

Upvotes: 0

Ken W - Zero Networks
Ken W - Zero Networks

Reputation: 3804

Having rights to Azure AD doesn't necessarily give you rights to an Azure Subscription; they are separate. You can either Elevate access for Global Admins to manage your Azure subscriptions, or you can go the the Azure Subscription IAM settings and add the new user to a role.

Upvotes: 1

Related Questions