Skip to content

Commit 472e2a5

Browse files
committed
WIP
1 parent 94db776 commit 472e2a5

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

articles/machine-learning/tutorial-resource-manager-workspace.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,39 @@ ms.topic: tutorial
1414
# Tutorial: Deploy an Azure machine learning workspace using a Resource Manager template
1515
[!INCLUDE [applies-to-skus](../../includes/aml-applies-to-basic-enterprise-sku.md)]
1616

17+
Azure machine learning workspaces organize all your machine learning assets from baseline datasets to deployed models. Workspaces are a single location to collaborate with colleagues on creating, running, and reviewing experiments, manage your training and inferencing compute resources, and monitor and version deployed models. In this tutorial, you'll use an Azure Resource Manager template to specify and deploy an Azure ML workspace.
18+
19+
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
20+
21+
## Prerequisites
22+
23+
* An Azure subscription. If you don't have an Azure subscription, create a [free account](https://aka.ms/AMLFree) before you begin.
24+
25+
## Create a workspace
26+
27+
### Review the template
28+
29+
The template used in this quickstart is from [Azure Quickstart templates](tk).
30+
31+
[!code-json[<Azure Resource Manager template create machine learning workspace](tk)]
32+
33+
The following resources are defined in the template:
34+
35+
* tk
36+
37+
### Deploy the template
38+
39+
cli deployment
40+
41+
## Review deployed resources
42+
43+
tk
44+
45+
## Clean up resources
46+
47+
tk
48+
49+
## Next steps
50+
51+
tk tutorial-1st-experiment-sdk-setup.md tk
52+
tk point users to Tutorial: Create and deploy your first Azure Resource Manager template to go through the process of creating a template. tk

0 commit comments

Comments
 (0)