https://github.com/kris701/azurekeyvaultbackup
Simple program to backup an Azure Key Vault into a json document
https://github.com/kris701/azurekeyvaultbackup
azure json keyvault
Last synced: 2 months ago
JSON representation
Simple program to backup an Azure Key Vault into a json document
- Host: GitHub
- URL: https://github.com/kris701/azurekeyvaultbackup
- Owner: kris701
- License: mit
- Created: 2022-10-14T13:19:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-14T13:25:15.000Z (over 3 years ago)
- Last Synced: 2025-01-21T06:26:12.732Z (over 1 year ago)
- Topics: azure, json, keyvault
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Azure Key Vault Backup
Simple program to save all the keys from a Azure Key Vault into a json document.
Just remember to add these keys to the usersecrets `secrets.json` file:
```json
{
"AZURE-KEY-VAULT-URI": "URL to the key vault",
"AZURE-CLIENT-ID": "Client ID of the app in azure",
"AZURE-CLIENT-SECRET": "Secret to the client ID"
}
```