-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,39 +10,37 @@ extensions: | |
description: "Azure Users, Groups and Roles sample." | ||
--- | ||
|
||
# Getting started on managing users and groups using C# # | ||
# Getting started on managing users and groups (C#) | ||
|
||
Azure Users, Groups and Roles sample. | ||
- Create a user | ||
- Assign role to AD user | ||
- Revoke role from AD user | ||
- Get role by scope and role name | ||
- Create service principal | ||
- Assign role to service principal | ||
- Create 2 Active Directory groups | ||
- Add the user, the service principal, and the 1st group as members of the 2nd group | ||
Azure Users, Groups and Roles sample. | ||
|
||
- Create a user | ||
- Assign role to AD user | ||
- Revoke role from AD user | ||
- Get role by scope and role name | ||
- Create service principal | ||
- Assign role to service principal | ||
- Create 2 Active Directory groups | ||
- Add the user, the service principal, and the 1st group as members of the 2nd group | ||
|
||
## Running this Sample ## | ||
|
||
## Running this sample | ||
|
||
To run this sample: | ||
|
||
Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-libraries-for-net/blob/master/AUTH.md). | ||
|
||
git clone https://github.com/Azure-Samples/aad-dotnet-manage-users-groups-and-roles.git | ||
|
||
cd aad-dotnet-manage-users-groups-and-roles | ||
|
||
dotnet build | ||
```bash | ||
git clone https://github.com/Azure-Samples/aad-dotnet-manage-users-groups-and-roles.git | ||
cd aad-dotnet-manage-users-groups-and-roles | ||
dotnet build | ||
bin\Debug\net452\ManageUsersGroupsAndRoles.exe | ||
``` | ||
|
||
bin\Debug\net452\ManageUsersGroupsAndRoles.exe | ||
|
||
## More information ## | ||
## More information | ||
|
||
[Azure Management Libraries for C#](https://github.com/Azure/azure-sdk-for-net/tree/Fluent) | ||
[Azure .Net Developer Center](https://azure.microsoft.com/en-us/develop/net/) | ||
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212) | ||
|
||
--- | ||
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212). | ||
|
||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments. |