How to get Azure Key Vault secret using powershell with certificate auth? -


i including powershell startup task on azure worker role needs pull secret azure key vault. use client certificate authenticate key vault request (cert gets installed on vm when role comes up).

i took @ this tutorial on azure documentation, needs me write c# methods , include bunch of nuget packages. there simpler way?

it possible use powershell access keys in keyvault . use get-azurekeyvaultsecret command values. has multiple parameters suit different requirements such secrets, specific secrets etc.

https://msdn.microsoft.com/en-us/library/dn868047.aspx

details of keyvault module commandlets can found here.

https://msdn.microsoft.com/library/azure/dn868052.aspx


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -