From 7f63a409c7ad5ff758c2ce75c3794a8c258c5681 Mon Sep 17 00:00:00 2001 From: docs <33675759+docs-product@users.noreply.github.com> Date: Thu, 24 Oct 2019 09:16:34 -0700 Subject: [PATCH] Update README.md --- README.md | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 2eb6c64..ae6d50f 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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.