Skip to content

Commit c6f43ea

Browse files
(ForumsTeam) fixes MicrosoftDocs/azure-docs#47093
Corrected the disk encryption name to myDiskEncryptionSetName https://github.com/MicrosoftDocs/azure-docs/issues/47093
1 parent dbe5275 commit c6f43ea

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 th
101101
102102
```azurecli-interactive
103103
# Retrieve the DiskEncryptionSet value and set a variable
104-
diskEncryptionSetId=$(az resource show -n diskEncryptionSetName -g myResourceGroup --resource-type "Microsoft.Compute/diskEncryptionSets" --query [id] -o tsv)
104+
diskEncryptionSetId=$(az resource show -n mydiskEncryptionSetName -g myResourceGroup --resource-type "Microsoft.Compute/diskEncryptionSets" --query [id] -o tsv)
105105
106106
# Create a resource group for the AKS cluster
107107
az group create -n myResourceGroup -l myAzureRegionName

0 commit comments

Comments
 (0)