Skip to content

Instantly share code, notes, and snippets.

@kpatnayakuni
Created February 3, 2020 17:06
Show Gist options
  • Save kpatnayakuni/7e0f337efb58ad73c9e01a292f548845 to your computer and use it in GitHub Desktop.
Save kpatnayakuni/7e0f337efb58ad73c9e01a292f548845 to your computer and use it in GitHub Desktop.
# Create Azure Key Vault
$keyVaultName = 'testakv99'
$keyVault = New-AzKeyVault -ResourceGroupName $rgName `
-Name $keyVaultName -Location $location
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment