Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glibnub authored Oct 1, 2019
1 parent b833229 commit 28cdd70
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -28,20 +28,17 @@ 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 ##

[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)

---

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.
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.

0 comments on commit 28cdd70

Please sign in to comment.