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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
supernova-eng authored Oct 24, 2019
1 parent 28853ce commit 7f63a40
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,42 +4,44 @@ languages:
- csharp
products:
- azure
- azure-active-directory
- dotnet
extensions:
- services: Graph-Rbac
- platforms: dotnet
urlFragment: getting-started-on-managing-passwords-using-c
description: "Azure Service Principal sample for managing Service Principal."
---

# Getting started on managing passwords using C# #
# Get started managing passwords (C#)

Azure Service Principal sample for managing Service Principal -
- Create an Active Directory application
- Create a Service Principal for the application and assign a role
- Export the Service Principal to an authentication file
- Use the file to list subcription virtual machines
- Update the application
- Delete the application and Service Principal.
Azure Service Principal sample for managing Service Principal.

- Create an Active Directory application
- Create a Service Principal for the application and assign a role
- Export the Service Principal to an authentication file
- Use the file to list subcription virtual machines
- Update the application
- Delete the application and Service Principal.

## 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-passwords.git

cd aad-dotnet-manage-passwords

dotnet build
```bash
git clone https://github.com/Azure-Samples/aad-dotnet-manage-passwords.git
cd aad-dotnet-manage-passwords
dotnet build
bin\Debug\net452\ManageServicePrincipalCredentails.exe
```

bin\Debug\net452\ManageServicePrincipalCredentails.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 [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
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 comments on commit 7f63a40

Please sign in to comment.