Setting up Azure KeyVault using Powershell

Why? Delegating the responsibility of storing and managing access to secrets to a single service makes it easier to protect. What? Azure KeyVault is a service that stores and manages access to secrets. PowerShell will be used to enable automating deployment in production. How? Figure 1: Create new Azure KeyVault instance [1]. New-AzureRmKeyVault ` -VaultName ‘[vault name]’ ` …

%d bloggers like this: