tmanthey
tmanthey

Reputation: 4615

How to add a Co-Administrator in the new Azure portal?

For adding a co-administrator the Howto refers to a "Hosted Services, Storage Accounts & CDN" view. But I can't find anything like this in the new portal.

Does anyone know how to do this in the new portal? Is there a way to login to the old portal?

Upvotes: 6

Views: 21905

Answers (7)

Steve Bonds
Steve Bonds

Reputation: 311

The Azure Portal as of May 2023 has changed slightly. Instead of the ellipsis, the +Add button has an option to add a co-administrator. Slightly updated instructions for 2023:

  1. Go to Subscriptons from the main nav
  2. Select the subscription you want to manage
  3. Go to Access control (IAM)
  4. Choose +Add
  5. Choose Add co-administrator
  6. Search and select the user from the Select user dialog on the right
  7. Click Add

Upvotes: 0

Eric Labashosky
Eric Labashosky

Reputation: 29971

in the Azure portal, you need to goto subscriptions, select the subscription, then select Access Control (IAM). Add a person with the owner role, then click the ellipsis and select add as co-administrator

IMPORTANT You have to make someone an owner before you can add them as co-administrator enter image description here

Upvotes: 2

aidonsnous
aidonsnous

Reputation: 1503

With current portal go to :

  1. Azure Active Directory
  2. Roles & Administration
  3. From the list of roles click the role you want to give the new person
  4. You will be on a page where there is a button add member click that button to add the person(the person must already be added/created in the active directory as a user)
  5. On the right side in the field type the person name(email used to add her/him) and click select (A button under the field.

That's all.

Upvotes: -1

Brian Ball
Brian Ball

Reputation: 12596

The "classic" portal (manage.windowsazure.com) has been retired. Co-admins are managed through the portal.azure.com site now. To manage co-administrators:

  1. Go to Subscriptons from the main nav
  2. Select the subscription you want to manage
  3. Go to Access control (IAM)
  4. Find the user you want to add/remove as co-administrator
  5. Click the ellipsis on the right
  6. You should see the option to add/remove co-administrator (whichever one is applicable)

Upvotes: 12

Carlos Aguilar Mares
Carlos Aguilar Mares

Reputation: 13581

Now you can use the new Portal for this, you can click the "SETTINGS" option in the Left navigation bar and select the "ADMINISTRATORS" tab in the top. You also can manage certificates as well in this option.

Upvotes: 0

No Manner
No Manner

Reputation: 34

If you want go to old portal just click in bottom to "Preview" (green button) and press "take me to previous portal"

too old portal

Upvotes: 1

David Pallmann
David Pallmann

Reputation: 642

Currently, you need to use the old portal to administrate co-admins. You can access the old portal at windows.azure.com. Once you are there and have signed in with your Live Id, select the Hosted Services category (bottom left) and then the User Management subcategory (top left).

Upvotes: 3

Related Questions