From 28cdd707436dddd685aa58b22b7c792d0a3d74c0 Mon Sep 17 00:00:00 2001 From: docs <33675759+docs-product@users.noreply.github.com> Date: Tue, 1 Oct 2019 11:35:11 -0700 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 641f717..ad16f5a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ extensions: - platforms: dotnet --- -# Getting started on managing key vaults in C# # +# Getting started on managing key vaults in C# Azure Key Vault sample for managing key vaults - - Create a key vault @@ -28,13 +28,12 @@ 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/key-vault-dotnet-manage-key-vaults.git - - cd key-vault-dotnet-manage-key-vaults - - dotnet build - - bin\Debug\net452\ManageKeyVault.exe +```bash +git clone https://github.com/Azure-Samples/key-vault-dotnet-manage-key-vaults.git +cd key-vault-dotnet-manage-key-vaults +dotnet build +bin\Debug\net452\ManageKeyVault.exe +``` ## More information ## @@ -42,6 +41,4 @@ Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an aut [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) ---- - -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.