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.
Comments
Post a Comment