Skip to content

Commit 0d15fe0

Browse files
authored
Merge pull request #102869 from Karishma-Tiwari-MSFT/patch-143
(ForumsTeam) fixes MicrosoftDocs/azure-docs#47093
2 parents dbe5275 + c6f43ea commit 0d15fe0

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)