Skip to content

Commit f6f7179

Browse files
authored
adjust term "ARM", minor edits, add space after applies to banner
1 parent 1bd0a3b commit f6f7179

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ms.custom: seoapril2019
1414
# Customer intent: As a DevOps person, I need to automate or customize the creation of Azure Machine Learning by using templates.
1515
---
1616
[!INCLUDE [aml-applies-to-basic-enterprise-sku](../../includes/aml-applies-to-basic-enterprise-sku.md)]
17+
<br>
1718

1819
# Use an Azure Resource Manager template to create a workspace for Azure Machine Learning
1920

@@ -67,11 +68,11 @@ For more information on templates, see the following articles:
6768

6869
### Advanced template
6970

70-
The following example template demonstrates how you to create a workspace with the following settings:
71+
The following example template demonstrates how to create a workspace with three settings:
7172

7273
* Enable high confidentiality settings for the workspace
7374
* Enable encryption for the workspace
74-
* Uses an existing Azure KeyVault
75+
* Uses an existing Azure Key Vault
7576

7677
```json
7778
{
@@ -108,7 +109,7 @@ The following example template demonstrates how you to create a workspace with t
108109
"enterprise"
109110
],
110111
"metadata": {
111-
"description": "Specifies the sku, also referred as 'edition' of the Azure Machine Learning workspace."
112+
"description": "Specifies the sku, also referred to as 'edition' of the Azure Machine Learning workspace."
112113
}
113114
},
114115
"hbi_workspace":{
@@ -130,19 +131,19 @@ The following example template demonstrates how you to create a workspace with t
130131
"Disabled"
131132
],
132133
"metadata": {
133-
"description": "Specifies if the Azure Machine Learning workspace should be encrypted with customer managed key."
134+
"description": "Specifies if the Azure Machine Learning workspace should be encrypted with the customer managed key."
134135
}
135136
},
136137
"cmk_keyvault":{
137138
"type": "string",
138139
"metadata": {
139-
"description": "Specifies the customer managed keyVault arm id."
140+
"description": "Specifies the customer managed keyvault Resource Manager ID."
140141
}
141142
},
142143
"resource_cmk_uri":{
143144
"type": "string",
144145
"metadata": {
145-
"description": "Specifies if the customer managed keyvault key uri."
146+
"description": "Specifies the customer managed keyvault key uri."
146147
}
147148
}
148149
},
@@ -293,7 +294,7 @@ new-azresourcegroupdeployment -name exampledeployment `
293294

294295
For more information, see [Deploy resources with Resource Manager templates and Azure PowerShell](../azure-resource-manager/templates/deploy-powershell.md) and [Deploy private Resource Manager template with SAS token and Azure PowerShell](../azure-resource-manager/templates/secure-template-with-sas-token.md).
295296

296-
## Use Azure CLI
297+
## Use the Azure CLI
297298

298299
This example assumes that you have saved the template to a file named `azuredeploy.json` in the current directory:
299300

0 commit comments

Comments
 (0)