https://github.com/arnab-developer/azurekeyvaultexplorer
https://github.com/arnab-developer/azurekeyvaultexplorer
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/arnab-developer/azurekeyvaultexplorer
- Owner: Arnab-Developer
- License: mit
- Created: 2023-02-21T08:54:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T03:08:14.000Z (about 2 years ago)
- Last Synced: 2025-01-17T02:24:09.126Z (over 1 year ago)
- Language: C#
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 "" "" "" ""
```