An open API service indexing awesome lists of open source software.

https://github.com/arnab-developer/azurekeyvaultexplorer


https://github.com/arnab-developer/azurekeyvaultexplorer

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Azure Key Vault explorer

This is a console app to manage secret values in Azure Key Vault.

To run the app you need to provide four command line arguments `vault url`, `tenant id` `client id` and `client secret`. You can provide those in `launchSettings.json` when you are running from Visual Studio or you can publish the app and provide the command line arguments at the time of running the published app.

```
dotnet AzureKeyVaultExplorer.ConsoleApp.dll "" "" "" ""
```