Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Active Directory Groups/Roles

I am trying to figure out how to create a windows azure active directory group and/or role from the web portal. Am I missing something obvious here or? I can create users, and assign them to the 2 built in roles, but how do I create a new role? or group?

like image 428
Mike W Avatar asked Oct 21 '22 12:10

Mike W


2 Answers

Admittedly I haven't tried this yet, but the PowerShell extensions should be able to do this:

http://technet.microsoft.com/en-us/library/jj151815.aspx

Look under "Manage group and role membership" for details on the relevant commands.

I would also assume that the Graph API could handle it. I too was hoping that the Azure Management Portal would let us do it in their GUI.

like image 121
Graham Avatar answered Oct 25 '22 20:10

Graham


Seems the way to add groups, etc is via the graph api or as suggested above by PS scripts. The graph api is amazingly powerful, albeit not as convenient as if this funcitonality lived within the Azure portal.

like image 39
Mike W Avatar answered Oct 25 '22 20:10

Mike W