Skip to content

Commit c373902

Browse files
committed
updating per feedback
1 parent 2e29f51 commit c373902

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ROBOTS: noindex, nofollow
1212
# Configure customer-managed keys for your Azure Cosmos account with Azure Key Vault
1313

1414
> [!NOTE]
15-
> Currently to use customer-managed keys, you must request access. To do so, please contact [[email protected]](mailto:[email protected]).
15+
> At this time, you must request access to use this capability. To do so, please contact [[email protected]](mailto:[email protected]).
1616
1717
Data stored in your Azure Cosmos account is automatically and seamlessly encrypted. Azure Cosmos DB offers two options to manage the keys used to encrypt the data at rest:
1818

@@ -95,7 +95,7 @@ When creating a new Azure Cosmos DB account with PowerShell,
9595
- Use **2019-12-12** as the API version.
9696

9797
> [!IMPORTANT]
98-
> You should set the `Location` parameter explicitly for the account to be successfully created with customer-managed keys.
98+
> You must set the `Location` parameter explicitly for the account to be successfully created with customer-managed keys.
9999
100100
```powershell
101101
$resourceGroupName = "myResourceGroup"
@@ -126,7 +126,7 @@ When creating a new Azure Cosmos account through an Azure Resource Manager templ
126126
- Use **2019-12-12** as the API version.
127127

128128
> [!IMPORTANT]
129-
> You should set the `Location` parameter explicitly for the account to be successfully created with customer-managed keys.
129+
> You must set the `Location` parameter explicitly for the account to be successfully created with customer-managed keys.
130130
131131
```json
132132
{
@@ -200,7 +200,7 @@ All the data stored in your Azure Cosmos account is encrypted with the customer-
200200

201201
- The property paths declared in your [indexing policies](./index-policy.md)
202202

203-
- The values of your container's [partition key](./partitioning-overview.md)
203+
- The values of your containers' [partition key](./partitioning-overview.md)
204204

205205
### Are customer-managed keys supported for existing Azure Cosmos accounts?
206206

0 commit comments

Comments
 (0)