Over the last several months, I’ve been doing a lot of work with Azure Key Vault, one of Microsoft’s new Azure service offerings. While I do really like the concept, I’ve never been a Powershell fan for simple maintenance tasks. Unfortunately, right now the only management option for Key Vault is via Powershell cmdlets.
I decided to, instead, converge a few different management libraries together to provide a complete approach to managing Key Vault via a UI. The results of this can be found on my GitHub project “Azure Key Vault Manager”.
I plan to put together a quick primer on Key Vault in the future, so if you’re interested in that, please also check out the project and let me know if you find any issues!