Reputation: 23754
According to Powershell Gallery the 3.1.0 version of AzureRM.KeyVault contains cmdlets supporting Azure Storage accounts whose keys are managed by KeyVault. I installed and Get-Module shows the 3.1.0 version, but I am not seeing (in ExportedCommands) the various commands to support storage.
Upvotes: 3
Views: 171
Reputation: 72161
Here are the steps I would do.
AzureRM.keyvault
in nameInstall-Module -Name AzureRM.KeyVault
Upvotes: 2