Skip to content

Instantly share code, notes, and snippets.

@plasx
Created September 8, 2017 02:58
Show Gist options
  • Save plasx/f71dc7aa4f59e539f9add670657b4fd1 to your computer and use it in GitHub Desktop.
Save plasx/f71dc7aa4f59e539f9add670657b4fd1 to your computer and use it in GitHub Desktop.

Create it

New-AzureRmKeyVault -VaultName vaultofdaniel -ResourceGroupName myResourceGroup -Location eastus -EnabledForDeployment -EnabledForTemplateDeployment

which would look like this

az keyvault create --resource-group myResourceGroup --name danielvault

find objectid from serviceprinsiple

az ad sp show --id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment