You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/how-to-setup-cmk.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Data stored in your Azure Cosmos account is automatically and seamlessly encrypt
20
20
21
21
-**Customer-managed keys (CMK)**: You can optionally choose to add a second layer of encryption with your own keys.
22
22
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.
24
24
25
25
> [!NOTE]
26
26
> 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,
72
72
73
73

74
74
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.
76
76
77
77
1. Copy the key's **Key Identifier**, except the part after the last forward slash:
78
78
@@ -90,7 +90,7 @@ When you create a new Azure Cosmos DB account from the Azure portal, choose **Cu
90
90
91
91
When you create a new Azure Cosmos DB account with PowerShell:
92
92
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**.
0 commit comments