File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,9 @@ The following example template demonstrates how to create a workspace with three
77
77
78
78
* Enable high confidentiality settings for the workspace
79
79
* Enable encryption for the workspace
80
- * Uses an existing Azure Key Vault
80
+ * Uses an existing Azure Key Vault to retrieve customer-managed keys
81
+
82
+ For more information, see [ Encryption at rest] ( concept-enterprise-security.md#encryption-at-rest ) .
81
83
82
84
``` json
83
85
{
@@ -117,7 +119,7 @@ The following example template demonstrates how to create a workspace with three
117
119
"description" : " Specifies the sku, also referred to as 'edition' of the Azure Machine Learning workspace."
118
120
}
119
121
},
120
- "confidential_data " :{
122
+ "high_confidentiality " :{
121
123
"type" : " string" ,
122
124
"defaultValue" : " false" ,
123
125
"allowedValues" : [
@@ -252,7 +254,7 @@ The following example template demonstrates how to create a workspace with three
252
254
"keyIdentifier" : " [parameters('resource_cmk_uri')]"
253
255
}
254
256
},
255
- "hbiWorkspace" : " [parameters('confidential_data ')]"
257
+ "hbiWorkspace" : " [parameters('high_confidentiality ')]"
256
258
}
257
259
}
258
260
]
You can’t perform that action at this time.
0 commit comments