Skip to content

Commit 4698483

Browse files
Update quick-create-confidential-vm-arm.md
Missing "$" on desIdentity variable
1 parent 8284d61 commit 4698483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/confidential-computing/quick-create-confidential-vm-arm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Use this example to create a custom parameter file for a Linux-based confidentia
287287
1. Assign key access to the DES.
288288
289289
```azurecli-interactive
290-
desIdentity=$(az disk-encryption-set show -n $desName -g $resourceGroup --query [identity.principalId] -o tsv)
290+
$desIdentity=$(az disk-encryption-set show -n $desName -g $resourceGroup --query [identity.principalId] -o tsv)
291291
az keyvault set-policy -n $hsm `
292292
-g $resourceGroup `
293293
--object-id $desIdentity `

0 commit comments

Comments
 (0)