Skip to content

Commit 57dc3d0

Browse files
authored
Merge pull request #115654 from Blackmist/cmk-update
updating to removing mail dependency for enabling cmk
2 parents 05587b0 + 4735f28 commit 57dc3d0

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

articles/machine-learning/concept-enterprise-security.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.author: aashishb
1010
author: aashishb
1111
ms.reviewer: larryfr
12-
ms.date: 03/13/2020
12+
ms.date: 05/19/2020
1313
---
1414

1515
# Enterprise security for Azure Machine Learning
@@ -141,8 +141,6 @@ To use your own (customer-managed) keys to encrypt the Azure Cosmos DB instance,
141141

142142
To enable provisioning a Cosmos DB instance in your subscription with customer-managed keys, perform the following actions:
143143

144-
* Enable customer-managed key capabilities for Cosmos DB. At this time, you must request access to use this capability. To do so, please contact [[email protected]](mailto:[email protected]).
145-
146144
* Register the Azure Machine Learning and Azure Cosmos DB resource providers in your subscription, if not done already.
147145

148146
* Authorize the Machine Learning App (in Identity and Access Management) with contributor permissions on your subscription.

articles/machine-learning/how-to-create-workspace-template.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: core
88
ms.topic: conceptual
99
ms.author: larryfr
1010
author: Blackmist
11-
ms.date: 03/05/2020
11+
ms.date: 05/19/2020
1212
ms.custom: seoapril2019
1313

1414
# Customer intent: As a DevOps person, I need to automate or customize the creation of Azure Machine Learning by using templates.
@@ -88,7 +88,6 @@ For more information, see [Encryption at rest](concept-enterprise-security.md#en
8888
> * You must have an existing Azure Key Vault that contains an encryption key.
8989
> * You must have an access policy in the Azure Key Vault that grants __get__, __wrap__, and __unwrap__ access to the __Azure Cosmos DB__ application.
9090
> * The Azure Key Vault must be in the same region where you plan to create the Azure Machine Learning workspace.
91-
> * Your subscription must support __customer-managed keys__ for Azure Cosmos DB.
9291
9392
__To add the Azure Machine Learning app as a contributor__, use the following commands:
9493

@@ -132,8 +131,6 @@ __To add an access policy to the key vault, use the following commands__:
132131
az keyvault set-policy --name <keyvault-name> --object-id <object-ID> --key-permissions get unwrapKey wrapKey
133132
```
134133
135-
__To enable customer-managed keys for Azure Cosmos DB__, send mail to [email protected] with your Azure subscription ID. For more information, see [Configure customer-managed keys for your Azure Cosmos account](..//cosmos-db/how-to-setup-cmk.md).
136-
137134
__To get the values__ for the `cmk_keyvault` (ID of the Key Vault) and the `resource_cmk_uri` (key URI) parameters needed by this template, use the following steps:
138135
139136
1. To get the Key Vault ID, use the following command:

0 commit comments

Comments
 (0)