Skip to content

Commit d15156f

Browse files
authored
Update how-to-setup-cmk.md
1 parent 4eaf02f commit d15156f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/cosmos-db/how-to-setup-cmk.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Data stored in your Azure Cosmos account is automatically and seamlessly encrypt
2020

2121
- **Customer-managed keys (CMK)**: You can optionally choose to add a second layer of encryption with your own keys.
2222

23-
You must store customer-managed keys in the [Azure Key Vault](../key-vault/key-vault-overview.md) and provide a key for each Azure Cosmos account that is enabled with customer-managed keys. This key is used to encrypt all the data stored in that account.
23+
You must store customer-managed keys in [Azure Key Vault](../key-vault/key-vault-overview.md) and provide a key for each Azure Cosmos account that is enabled with customer-managed keys. This key is used to encrypt all the data stored in that account.
2424

2525
> [!NOTE]
2626
> Currently, customer-managed keys are available only for new Azure Cosmos accounts. You should configure them during account creation.
@@ -72,7 +72,7 @@ To learn how to enable these properties on an existing Azure Key Vault instance,
7272

7373
![Create a new key](./media/how-to-setup-cmk/portal-akv-gen.png)
7474

75-
1. After the key is created, select the newly created key, then its current version.
75+
1. After the key is created, select the newly created key and then its current version.
7676

7777
1. Copy the key's **Key Identifier**, except the part after the last forward slash:
7878

@@ -90,7 +90,7 @@ When you create a new Azure Cosmos DB account from the Azure portal, choose **Cu
9090

9191
When you create a new Azure Cosmos DB account with PowerShell:
9292

93-
- Pass the URI of the Azure Key Vault key copied from earlier under the **keyVaultKeyUri** property in the **PropertyObject**.
93+
- Pass the URI of the Azure Key Vault key copied earlier under the **keyVaultKeyUri** property in **PropertyObject**.
9494

9595
- Use **2019-12-12** as the API version.
9696

@@ -119,7 +119,7 @@ New-AzResource -ResourceType "Microsoft.DocumentDb/databaseAccounts" `
119119

120120
### Using an Azure Resource Manager template
121121

122-
When creating a new Azure Cosmos account through an Azure Resource Manager template:
122+
When you create a new Azure Cosmos account through an Azure Resource Manager template:
123123

124124
- Pass the URI of the Azure Key Vault key that you copied earlier under the **keyVaultKeyUri** property in the **properties** object.
125125

@@ -231,4 +231,4 @@ The only operation possible when the encryption key has been revoked is account
231231
## Next steps
232232

233233
- Learn more about [data encryption in Azure Cosmos DB](./database-encryption-at-rest.md).
234-
- Get an overview of [secure access to data in Cosmos DB](secure-access-to-data.md).
234+
- Get an overview of [secure access to data in Cosmos DB](secure-access-to-data.md).

0 commit comments

Comments
 (0)