Skip to content

Commit 25ef11e

Browse files
committed
tweaks
1 parent c45c4ba commit 25ef11e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ You can also encrypt the AKS data disks with your own keys. Replace myResourceG
116116
Ensure you have the proper AKS credentials. The Service principal will need to have contributor access to the resource group where the diskencryptionset is present. Otherwise, you will get an error suggesting that the service principal does not have permissions.
117117

118118
```azurecli-interactive
119-
# Retrieve your Azure Subscription Id
119+
# Retrieve your Azure Subscription Id from id property as shown below
120120
az account list
121121
```
122122

@@ -125,7 +125,7 @@ someuser@Azure:~$ az account list
125125
[
126126
{
127127
"cloudName": "AzureCloud",
128-
**"id": "666e66d8-1e43-4136-be25-f25bb5de5893",**
128+
"id": "666e66d8-1e43-4136-be25-f25bb5de5893",
129129
"isDefault": true,
130130
"name": "MyAzureSubscription",
131131
"state": "Enabled",

0 commit comments

Comments
 (0)