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/machine-learning/how-to-setup-customer-managed-keys.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
10
10
ms.author: jhirono
11
11
author: jhirono
12
12
ms.reviewer: larryfr
13
-
ms.date: 03/17/2022
13
+
ms.date: 06/24/2022
14
14
---
15
15
# Use customer-managed keys with Azure Machine Learning
16
16
@@ -40,6 +40,7 @@ In the [customer-managed keys concepts article](concept-customer-managed-keys.md
40
40
* The customer-managed key for resources the workspace depends on can’t be updated after workspace creation.
41
41
* Resources managed by Microsoft in your subscription can’t transfer ownership to you.
42
42
* You can't delete Microsoft-managed resources used for customer-managed keys without also deleting your workspace.
43
+
* The key vault that contains your customer-managed key must be in the same Azure subscription as the Azure Machine Learning workspace
43
44
44
45
> [!IMPORTANT]
45
46
> When using a customer-managed key, the costs for your subscription will be higher because of the additional resources in your subscription. To estimate the cost, use the [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/).
@@ -48,6 +49,9 @@ In the [customer-managed keys concepts article](concept-customer-managed-keys.md
48
49
49
50
To create the key vault, see [Create a key vault](../key-vault/general/quick-create-portal.md). When creating Azure Key Vault, you must enable __soft delete__ and __purge protection__.
50
51
52
+
> [!IMPORTANT]
53
+
> The key vault must be in the same Azure subscription that will contain your Azure Machine Learning workspace.
54
+
51
55
### Create a key
52
56
53
57
> [!TIP]
@@ -84,6 +88,9 @@ To create the key vault, see [Create a key vault](../key-vault/general/quick-cre
84
88
85
89
Create an Azure Machine Learning workspace. When creating the workspace, you must select the __Azure Key Vault__ and the __key__. Depending on how you create the workspace, you specify these resources in different ways:
86
90
91
+
> [!WARNING]
92
+
> The key vault that contains your customer-managed key must be in the same Azure subscription as the workspace.
93
+
87
94
*__Azure portal__: Select the key vault and key from a dropdown input box when configuring the workspace.
88
95
*__SDK, REST API, and Azure Resource Manager templates__: Provide the Azure Resource Manager ID of the key vault and the URL for the key. To get these values, use the [Azure CLI](/cli/azure/install-azure-cli) and the following commands:
0 commit comments