Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit 7f63a40

Browse files
authored
Update README.md
1 parent 28853ce commit 7f63a40

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

README.md

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,44 @@ languages:
44
- csharp
55
products:
66
- azure
7+
- azure-active-directory
8+
- dotnet
79
extensions:
810
- services: Graph-Rbac
911
- platforms: dotnet
12+
urlFragment: getting-started-on-managing-passwords-using-c
13+
description: "Azure Service Principal sample for managing Service Principal."
1014
---
1115

12-
# Getting started on managing passwords using C# #
16+
# Get started managing passwords (C#)
1317

14-
Azure Service Principal sample for managing Service Principal -
15-
- Create an Active Directory application
16-
- Create a Service Principal for the application and assign a role
17-
- Export the Service Principal to an authentication file
18-
- Use the file to list subcription virtual machines
19-
- Update the application
20-
- Delete the application and Service Principal.
18+
Azure Service Principal sample for managing Service Principal.
2119

20+
- Create an Active Directory application
21+
- Create a Service Principal for the application and assign a role
22+
- Export the Service Principal to an authentication file
23+
- Use the file to list subcription virtual machines
24+
- Update the application
25+
- Delete the application and Service Principal.
2226

23-
## Running this Sample ##
27+
28+
## Running this sample
2429

2530
To run this sample:
2631

2732
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).
2833

29-
git clone https://github.com/Azure-Samples/aad-dotnet-manage-passwords.git
30-
31-
cd aad-dotnet-manage-passwords
32-
33-
dotnet build
34+
```bash
35+
git clone https://github.com/Azure-Samples/aad-dotnet-manage-passwords.git
36+
cd aad-dotnet-manage-passwords
37+
dotnet build
38+
bin\Debug\net452\ManageServicePrincipalCredentails.exe
39+
```
3440

35-
bin\Debug\net452\ManageServicePrincipalCredentails.exe
36-
37-
## More information ##
41+
## More information
3842

3943
[Azure Management Libraries for C#](https://github.com/Azure/azure-sdk-for-net/tree/Fluent)
4044
[Azure .Net Developer Center](https://azure.microsoft.com/en-us/develop/net/)
41-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
42-
43-
---
45+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
4446

45-
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 [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
47+
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 [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

0 commit comments

Comments
 (0)