Skip to content

Commit 1202b2a

Browse files
Merge pull request #232664 from cynthn/patch-66
[Doc-a-thon] Removing nano as text editor.
2 parents 03d0a11 + 421c86f commit 1202b2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ az keyvault set-policy -n myKeyVaultName -g myResourceGroup --object-id $desIden
7878
Create a **new resource group** and AKS cluster, then use your key to encrypt the OS disk.
7979

8080
> [!IMPORTANT]
81-
> Ensure you create a new resoruce group for your AKS cluster
81+
> Ensure you create a new resource group for your AKS cluster
8282
8383
```azurecli-interactive
8484
# Retrieve the DiskEncryptionSet value and set a variable
@@ -126,9 +126,9 @@ someuser@Azure:~$ az account list
126126
]
127127
```
128128

129-
Create a file called **byok-azure-disk.yaml** that contains the following information. Replace myAzureSubscriptionId, myResourceGroup, and myDiskEncrptionSetName with your values, and apply the yaml. Make sure to use the resource group where your DiskEncryptionSet is deployed. If you use the Azure Cloud Shell, this file can be created using vi or nano as if working on a virtual or physical system:
129+
Create a file called **byok-azure-disk.yaml** that contains the following information. Replace *myAzureSubscriptionId*, *myResourceGroup*, and *myDiskEncrptionSetName* with your values, and apply the yaml. Make sure to use the resource group where your DiskEncryptionSet is deployed.
130130

131-
```
131+
```yaml
132132
kind: StorageClass
133133
apiVersion: storage.k8s.io/v1
134134
metadata:

0 commit comments

Comments
 (0)