Skip to content

Commit ec10c8c

Browse files
committed
spacing
1 parent 25ef11e commit ec10c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/azure-disk-customer-managed-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Create a new resource group and AKS cluster, then use your key to encrypt the OS
101101
diskEncryptionSetId=$(az resource show -n diskEncryptionSetName -g myResourceGroup --resource-type "Microsoft.Compute/diskEncryptionSets" --query [id] -o tsv)
102102
103103
# Create a resource group for the AKS cluster
104-
az group create -n myResourceGroup-l myAzureRegionName
104+
az group create -n myResourceGroup -l myAzureRegionName
105105
106106
# Create the AKS cluster
107107
az aks create -n myAKSCluster -g myResourceGroup --node-osdisk-diskencryptionset-id $diskEncryptionSetId --kubernetes-version 1.17.0

0 commit comments

Comments
 (0)