Skip to content

Commit 0c04752

Browse files
committed
Add the creation of an RG
It's not well explained that the RG already exists,therefore adding one so we dont break the creation flow.
1 parent 9c336da commit 0c04752

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

includes/virtual-machines-disks-encryption-create-key-vault-cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ diskName=yourDiskName
3030
3131
az account set --subscription $subscriptionId
3232
33+
az group create --resource-group $rgName --location $location
34+
3335
az keyvault create -n $keyVaultName \
3436
-g $rgName \
3537
-l $location \

0 commit comments

Comments
 (0)