Skip to content

Commit 9833f2a

Browse files
author
Larry
committed
tweaks and links
1 parent 28fb0a7 commit 9833f2a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ The following example template demonstrates how to create a workspace with three
7777

7878
* Enable high confidentiality settings for the workspace
7979
* 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).
8183

8284
```json
8385
{
@@ -117,7 +119,7 @@ The following example template demonstrates how to create a workspace with three
117119
"description": "Specifies the sku, also referred to as 'edition' of the Azure Machine Learning workspace."
118120
}
119121
},
120-
"confidential_data":{
122+
"high_confidentiality":{
121123
"type": "string",
122124
"defaultValue": "false",
123125
"allowedValues": [
@@ -252,7 +254,7 @@ The following example template demonstrates how to create a workspace with three
252254
"keyIdentifier": "[parameters('resource_cmk_uri')]"
253255
}
254256
},
255-
"hbiWorkspace": "[parameters('confidential_data')]"
257+
"hbiWorkspace": "[parameters('high_confidentiality')]"
256258
}
257259
}
258260
]

0 commit comments

Comments
 (0)