Skip to content

Commit 9806a5e

Browse files
committed
updated grammar
1 parent 50edad5 commit 9806a5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 07/18/2022
99

1010
# Bring your own keys (BYOK) with Azure disks in Azure Kubernetes Service (AKS)
1111

12-
Azure Storage encrypts all data in a storage account at rest. By default, data is encrypted with Microsoft-managed keys. For additional control over encryption keys, you can supply customer-managed keys to use for encryption at rest for both the OS and data disks for your AKS clusters.
12+
Azure Storage encrypts all data in a storage account at rest. By default, data is encrypted with Microsoft-managed keys. For more control over encryption keys, you can supply customer-managed keys to use for encryption at rest for both the OS and data disks for your AKS clusters.
1313

1414
Learn more about customer-managed keys on [Linux][customer-managed-keys-linux] and [Windows][customer-managed-keys-windows].
1515

@@ -23,7 +23,7 @@ Learn more about customer-managed keys on [Linux][customer-managed-keys-linux] a
2323
* You must enable soft delete and purge protection for *Azure Key Vault* when using Key Vault to encrypt managed disks.
2424
* You need the Azure CLI version 2.11.1 or later.
2525
* Customer-managed keys are only supported in Kubernetes versions 1.17 and higher.
26-
* If you choose to rotate (change) your keys periodically, see [Customer-managed keys and encryption of Azure managed disk](../virtual-machines/disk-encryption.md) for more information.
26+
* If you choose to rotate (change) your keys periodically, for more information see [Customer-managed keys and encryption of Azure managed disk](../virtual-machines/disk-encryption.md).
2727

2828
## Create an Azure Key Vault instance
2929

@@ -96,7 +96,7 @@ When new node pools are added to the cluster created above, the customer-managed
9696

9797
## Encrypt your AKS cluster data disk(optional)
9898

99-
OS disk encryption key is used to encrypt the data disk if the key is not provided for data disk from AKS version 1.17.2. You can also encrypt AKS data disks with your other keys.
99+
OS disk encryption key is used to encrypt the data disk if the key isn't provided for data disk from AKS version 1.17.2. You can also encrypt AKS data disks with your other keys.
100100

101101
> [!IMPORTANT]
102102
> Ensure you have the proper AKS credentials. The managed identity needs to have contributor access to the resource group where the diskencryptionset is deployed. Otherwise, you'll get an error suggesting that the managed identity does not have permissions.
@@ -153,7 +153,7 @@ kubectl apply -f byok-azure-disk.yaml
153153

154154
## Using Azure tags
155155

156-
For more details on using Azure tags, see [Use Azure tags in Azure Kubernetes Service (AKS)][use-tags].
156+
For more information on using Azure tags, see [Use Azure tags in Azure Kubernetes Service (AKS)][use-tags].
157157

158158
## Next steps
159159

0 commit comments

Comments
 (0)