Skip to content

Commit 0cf7304

Browse files
committed
freshness update
1 parent 83b855b commit 0cf7304

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

articles/machine-learning/concept-azure-machine-learning-v2.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
1010
ms.author: sgilley
1111
author: sdgilley
1212
ms.reviewer: balapv
13-
ms.date: 02/27/2024
13+
ms.date: 08/21/2024
1414
#Customer intent: As a data scientist, I want to understand the big picture about how Azure Machine Learning works.
1515
---
1616

@@ -125,6 +125,8 @@ Create a workspace in the studio welcome page by selecting **Create workspace**.
125125

126126
---
127127

128+
For more detailed information about creating a workspace, see [Manage Azure Machine Learning workspaces in the portal or with the Python SDK (v2)](how-to-manage-workspace.md).
129+
128130
## Compute
129131

130132
A compute is a designated compute resource where you run your job or host your endpoint. Azure Machine Learning supports the following types of compute:
@@ -180,6 +182,11 @@ For the content of the file, see [compute YAML examples](https://github.com/Azur
180182

181183
---
182184

185+
For more detailed information about creating compute, see:
186+
187+
* [Create an Azure Machine Learning compute instance](how-to-create-compute-instance.md)
188+
* [Create an Azure Machine Learning compute cluster](how-to-create-attach-compute-cluster.md)
189+
183190
## Datastore
184191

185192
Azure Machine Learning datastores securely keep the connection information to your data storage on Azure, so you don't have to code it in your scripts. You can register and create a datastore to easily connect to your storage account, and access the data in your underlying storage service. The CLI v2 and SDK v2 support the following types of cloud-based storage services:
@@ -291,6 +298,8 @@ For more information, see [environment YAML schema](reference-yaml-environment.m
291298

292299
---
293300

301+
For more detailed information about environments, see [Create and manage environments in Azure Machine Learning](how-to-manage-environments-v2.md).
302+
294303
## Data
295304

296305
Azure Machine Learning allows you to work with different types of data:
@@ -313,7 +322,7 @@ For most scenarios, you'll use URIs (`uri_folder` and `uri_file`) - a location i
313322

314323
An Azure Machine Learning [component](concept-component.md) is a self-contained piece of code that does one step in a machine learning pipeline. Components are the building blocks of advanced machine learning pipelines. Components can do tasks such as data processing, model training, model scoring, and so on. A component is analogous to a function - it has a name, parameters, expects input, and returns output.
315324

316-
## Next steps
325+
## Related content
317326

318327
* [How to upgrade from v1 to v2](how-to-migrate-from-v1.md)
319328
* [Train models with the v2 CLI and SDK](how-to-train-model.md)

0 commit comments

Comments
 (0)