Skip to content

Commit ade108a

Browse files
authored
Merge pull request #99117 from luisquintanilla/AB1656922
Update VS Code Extension Article
2 parents 50ffbc9 + 7c9a788 commit ade108a

39 files changed

+449
-363
lines changed

.openpublishing.redirection.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14238,9 +14238,9 @@
1423814238
"redirect_document_id": true
1423914239
},
1424014240
{
14241-
"source_path": "articles/machine-learning/service/how-to-vscode-tools.md",
14242-
"redirect_url": "/azure/machine-learning/how-to-vscode-tools",
14243-
"redirect_document_id": true
14241+
"source_path": "articles/machine-learning/service/how-to-vscode-tools.md",
14242+
"redirect_url": "/azure/machine-learning/tutorial-setup-vscode-extension",
14243+
"redirect_document_id": true
1424414244
},
1424514245
{
1424614246
"source_path": "articles/machine-learning/service/monitor-azure-machine-learning.md",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: core
88
ms.topic: conceptual
99
ms.author: larryfr
1010
author: Blackmist
11-
ms.date: 10/16/2019
11+
ms.date: 12/27/2019
1212
ms.custom: seoapril2019
1313
# As a data scientist, I want to understand the big picture about how Azure Machine Learning works.
1414
ms.custom: seodec18
@@ -43,8 +43,8 @@ Use these tools for Azure Machine Learning:
4343

4444
+ Interact with the service in any Python environment with the [Azure Machine Learning SDK for Python](https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py).
4545
+ Interact with the service in any R environment with the [Azure Machine Learning SDK for R](https://azure.github.io/azureml-sdk-for-r/reference/index.html).
46-
+ Automate your machine learning activities with the [Azure Machine Learning CLI](https://docs.microsoft.com/azure/machine-learning/reference-azure-machine-learning-cli).
47-
+ Write code in Visual Studio Code with [Azure Machine Learning VS Code extension](how-to-vscode-tools.md)
46+
+ Automate your machine learning activities with the [Azure Machine Learning CLI](https://docs.microsoft.com/azure/machine-learning/service/reference-azure-machine-learning-cli).
47+
+ Write code in Visual Studio Code with [Azure Machine Learning VS Code extension](tutorial-setup-vscode-extension.md)
4848
+ Use [Azure Machine Learning designer (preview)](concept-designer.md) to perform the workflow steps without writing code.
4949

5050

articles/machine-learning/concept-workspace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: core
88
ms.topic: conceptual
99
ms.author: sgilley
1010
author: sdgilley
11-
ms.date: 11/04/2019
11+
ms.date: 12/27/2019
1212
# As a data scientist, I want to understand the purpose of a workspace for Azure Machine Learning.
1313
---
1414

@@ -88,7 +88,7 @@ There are multiple ways to create a workspace:
8888
* Use the [Azure portal](how-to-manage-workspace.md) for a point-and-click interface to walk you through each step.
8989
* Use the [Azure Machine Learning SDK for Python](https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py#workspace) to create a workspace on the fly from Python scripts or Jupiter notebooks
9090
* Use an [Azure Resource Manager template](how-to-create-workspace-template.md) or the [Azure Machine Learning CLI](reference-azure-machine-learning-cli.md) when you need to automate or customize the creation with corporate security standards.
91-
* If you work in Visual Studio Code, use the [VS Code extension](how-to-vscode-tools.md#get-started-with-azure-machine-learning-for-visual-studio-code).
91+
* If you work in Visual Studio Code, use the [VS Code extension](tutorial-setup-vscode-extension.md).
9292

9393
## <a name="upgrade"></a> Upgrade to Enterprise edition
9494

articles/machine-learning/how-to-configure-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: machine-learning
99
ms.subservice: core
1010
ms.reviewer: larryfr
1111
ms.topic: conceptual
12-
ms.date: 10/25/2019
12+
ms.date: 12/27/2019
1313
ms.custom: seodec18
1414
---
1515

@@ -254,7 +254,7 @@ To use Visual Studio Code for development:
254254
255255
1. Install the Azure Machine Learning extension for Visual Studio Code, see [Azure Machine Learning](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.vscode-ai).
256256
257-
For more information, see [Use Azure Machine Learning for Visual Studio Code](how-to-vscode-tools.md).
257+
For more information, see [Use Azure Machine Learning for Visual Studio Code](tutorial-setup-vscode-extension.md).
258258
259259
1. Learn how to use Visual Studio Code for any type of Python development, see [Get started with Python in VSCode](https://code.visualstudio.com/docs/python/python-tutorial).
260260

articles/machine-learning/how-to-deploy-and-where.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.author: jordane
1010
author: jpe316
1111
ms.reviewer: larryfr
12-
ms.date: 12/17/2019
12+
ms.date: 12/27/2019
1313

1414
ms.custom: seoapril2019
1515
---
@@ -34,7 +34,7 @@ For more information on the concepts involved in the deployment workflow, see [M
3434

3535
- A model. If you don't have a trained model, you can use the model and dependency files provided in [this tutorial](https://aka.ms/azml-deploy-cloud).
3636

37-
- The [Azure CLI extension for the Machine Learning service](reference-azure-machine-learning-cli.md), the [Azure Machine Learning SDK for Python](https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py), or the [Azure Machine Learning Visual Studio Code extension](how-to-vscode-tools.md).
37+
- The [Azure CLI extension for the Machine Learning service](reference-azure-machine-learning-cli.md), the [Azure Machine Learning SDK for Python](https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py), or the [Azure Machine Learning Visual Studio Code extension](tutorial-setup-vscode-extension.md).
3838

3939
## Connect to your workspace
4040

@@ -55,7 +55,7 @@ The following code shows how to connect to an Azure Machine Learning workspace b
5555

5656
+ **Using VS Code**
5757

58-
When you use VS Code, you select the workspace by using a graphical interface. For more information, see [Deploy and manage models](how-to-vscode-tools.md#deploy-and-manage-models) in the VS Code extension documentation.
58+
When you use VS Code, you select the workspace by using a graphical interface. For more information, see [Deploy and manage models](tutorial-train-deploy-image-classification-model-vscode.md#deploy-the-model) in the VS Code extension documentation.
5959

6060
## <a id="registermodel"></a> Register your model
6161

@@ -111,7 +111,7 @@ The code snippets in this section demonstrate how to register a model from a tra
111111

112112
+ **Using VS Code**
113113

114-
Register models using any model files or folders by using the [VS Code](how-to-vscode-tools.md#deploy-and-manage-models) extension.
114+
Register models using any model files or folders by using the [VS Code](tutorial-train-deploy-image-classification-model-vscode.md#deploy-the-model) extension.
115115

116116
### Register a model from a local file
117117

articles/machine-learning/how-to-deploy-azure-container-instance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.author: jordane
1010
author: jpe316
1111
ms.reviewer: larryfr
12-
ms.date: 10/25/2019
12+
ms.date: 12/27/2019
1313
---
1414

1515
# Deploy a model to Azure Container Instances
@@ -28,7 +28,7 @@ For information on quota and region availability for ACI, see [Quotas and region
2828

2929
- A machine learning model registered in your workspace. If you don't have a registered model, see [How and where to deploy models](how-to-deploy-and-where.md).
3030

31-
- The [Azure CLI extension for Machine Learning service](reference-azure-machine-learning-cli.md), [Azure Machine Learning Python SDK](https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py), or the [Azure Machine Learning Visual Studio Code extension](how-to-vscode-tools.md).
31+
- The [Azure CLI extension for Machine Learning service](reference-azure-machine-learning-cli.md), [Azure Machine Learning Python SDK](https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py), or the [Azure Machine Learning Visual Studio Code extension](tutorial-setup-vscode-extension.md).
3232

3333
- The __Python__ code snippets in this article assume that the following variables are set:
3434

@@ -76,7 +76,7 @@ For more information, see the [az ml model deploy](https://docs.microsoft.com/cl
7676

7777
## Using VS Code
7878

79-
See [deploy your models with VS Code](how-to-vscode-tools.md#deploy-and-manage-models).
79+
See [deploy your models with VS Code](tutorial-train-deploy-image-classification-model-vscode.md#deploy-the-model).
8080

8181
> [!IMPORTANT]
8282
> You don't need to create an ACI container to test in advance. ACI containers are created as needed.

articles/machine-learning/how-to-deploy-azure-kubernetes-service.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.author: jordane
1010
author: jpe316
1111
ms.reviewer: larryfr
12-
ms.date: 11/06/2019
12+
ms.date: 01/16/2020
1313
---
1414

1515
# Deploy a model to an Azure Kubernetes Service cluster
@@ -38,7 +38,7 @@ When deploying to Azure Kubernetes Service, you deploy to an AKS cluster that is
3838

3939
- A machine learning model registered in your workspace. If you don't have a registered model, see [How and where to deploy models](how-to-deploy-and-where.md).
4040

41-
- The [Azure CLI extension for Machine Learning service](reference-azure-machine-learning-cli.md), [Azure Machine Learning Python SDK](https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py), or the [Azure Machine Learning Visual Studio Code extension](how-to-vscode-tools.md).
41+
- The [Azure CLI extension for Machine Learning service](reference-azure-machine-learning-cli.md), [Azure Machine Learning Python SDK](https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py), or the [Azure Machine Learning Visual Studio Code extension](tutorial-setup-vscode-extension.md).
4242

4343
- The __Python__ code snippets in this article assume that the following variables are set:
4444

@@ -104,7 +104,7 @@ For more information on the classes, methods, and parameters used in this exampl
104104
az ml computetarget create aks -n myaks
105105
```
106106

107-
For more information, see the [az ml computetarget create ask](https://docs.microsoft.com/cli/azure/ext/azure-cli-ml/ml/computetarget/create?view=azure-cli-latest#ext-azure-cli-ml-az-ml-computetarget-create-aks) reference.
107+
For more information, see the [az ml computetarget create aks](https://docs.microsoft.com/cli/azure/ext/azure-cli-ml/ml/computetarget/create?view=azure-cli-latest#ext-azure-cli-ml-az-ml-computetarget-create-aks) reference.
108108

109109
## Attach an existing AKS cluster
110110

@@ -222,7 +222,7 @@ For more information, see the [az ml model deploy](https://docs.microsoft.com/cl
222222

223223
### Using VS Code
224224

225-
For information on using VS Code, see [deploy to AKS via the VS Code extension](how-to-vscode-tools.md#deploy-and-manage-models).
225+
For information on using VS Code, see [deploy to AKS via the VS Code extension](tutorial-train-deploy-image-classification-model-vscode.md#deploy-the-model).
226226

227227
> [!IMPORTANT]
228228
> Deploying through VS Code requires the AKS cluster to be created or attached to your workspace in advance.

articles/machine-learning/how-to-manage-workspace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ ms.topic: conceptual
99

1010
ms.author: sgilley
1111
author: sdgilley
12-
ms.date: 11/04/2019
12+
ms.date: 12/27/2019
1313
ms.custom: seodec18
1414

1515
---
1616

1717
# Create and manage Azure Machine Learning workspaces in the Azure portal
1818
[!INCLUDE [applies-to-skus](../../includes/aml-applies-to-basic-enterprise-sku.md)]
1919

20-
In this article, you'll create, view, and delete [**Azure Machine Learning workspaces**](concept-workspace.md) in the Azure portal for [Azure Machine Learning](overview-what-is-azure-ml.md). The portal is the easiest way to get started with workspaces but as your needs change or requirements for automation increase you can also create and delete workspaces [using the CLI](reference-azure-machine-learning-cli.md), [with Python code](https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py) or [via the VS Code extension](how-to-vscode-tools.md#get-started-with-azure-machine-learning-for-visual-studio-code).
20+
In this article, you'll create, view, and delete [**Azure Machine Learning workspaces**](concept-workspace.md) in the Azure portal for [Azure Machine Learning](overview-what-is-azure-ml.md). The portal is the easiest way to get started with workspaces but as your needs change or requirements for automation increase you can also create and delete workspaces [using the CLI](reference-azure-machine-learning-cli.md), [with Python code](https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py) or [via the VS Code extension](tutorial-setup-vscode-extension.md).
2121

2222
## Create a workspace
2323

articles/machine-learning/how-to-set-up-training-targets.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.reviewer: sgilley
99
ms.service: machine-learning
1010
ms.subservice: core
1111
ms.topic: conceptual
12-
ms.date: 11/21/2019
12+
ms.date: 01/16/2020
1313
ms.custom: seodec18
1414
---
1515
# Set up and use compute targets for model training
@@ -48,7 +48,7 @@ Learn more about [submitting experiments](#submit) at the end of this article.
4848

4949
## What's an estimator?
5050

51-
To facilitate model training using popular frameworks, the Azure Machine Learning Python SDK provides an alternative higher-level abstraction, the estimator class. This class allows you to easily construct run configurations. You can create and use a generic [Estimator](https://docs.microsoft.com/python/api/azureml-train-core/azureml.train.estimator?view=azure-ml-py) to submit training scripts that use any learning framework you choose (such as scikit-learn). We recommend using an estimator for training as it automatically contructs embedded objects like an environment or RunConfiguration objects for you. If you wish to have more control over how these objects are created and specfify what packages to install for your experiement run, follow [these steps](#amlcompute) to submit your training experiments using a RunConfiguration object on an Azure Machine Learning Compute.
51+
To facilitate model training using popular frameworks, the Azure Machine Learning Python SDK provides an alternative higher-level abstraction, the estimator class. This class allows you to easily construct run configurations. You can create and use a generic [Estimator](https://docs.microsoft.com/python/api/azureml-train-core/azureml.train.estimator?view=azure-ml-py) to submit training scripts that use any learning framework you choose (such as scikit-learn). We recommend using an estimator for training as it automatically constructs embedded objects like an environment or RunConfiguration objects for you. If you wish to have more control over how these objects are created and specify what packages to install for your experiment run, follow [these steps](#amlcompute) to submit your training experiments using a RunConfiguration object on an Azure Machine Learning Compute.
5252

5353
For PyTorch, TensorFlow, and Chainer tasks, Azure Machine Learning also provides respective [PyTorch](https://docs.microsoft.com/python/api/azureml-train-core/azureml.train.dnn.pytorch?view=azure-ml-py), [TensorFlow](https://docs.microsoft.com/python/api/azureml-train-core/azureml.train.dnn.tensorflow?view=azure-ml-py), and [Chainer](https://docs.microsoft.com/python/api/azureml-train-core/azureml.train.dnn.chainer?view=azure-ml-py) estimators to simplify using these frameworks.
5454

@@ -359,7 +359,7 @@ For more information, see [Resource management](reference-azure-machine-learning
359359

360360
## Set up with VS Code
361361

362-
You can access, create, and manage the compute targets that are associated with your workspace using the [VS Code extension](how-to-vscode-tools.md#create-and-manage-compute-targets) for Azure Machine Learning.
362+
You can access, create, and manage the compute targets that are associated with your workspace using the [VS Code extension](tutorial-train-deploy-image-classification-model-vscode.md#configure-compute-targets) for Azure Machine Learning.
363363

364364
## <a id="submit"></a>Submit training run using Azure Machine Learning SDK
365365

@@ -409,7 +409,7 @@ Or you can:
409409
410410
* Submit the experiment with an `Estimator` object as shown in [Train ML models with estimators](how-to-train-ml-models.md).
411411
* Submit a HyperDrive run for [hyperparameter tuning](how-to-tune-hyperparameters.md).
412-
* Submit an experiment via the [VS Code extension](how-to-vscode-tools.md#train-and-tune-models).
412+
* Submit an experiment via the [VS Code extension](tutorial-train-deploy-image-classification-model-vscode.md#train-the-model).
413413
414414
For more information, see the [ScriptRunConfig](https://docs.microsoft.com/python/api/azureml-core/azureml.core.scriptrunconfig?view=azure-ml-py) and [RunConfiguration](https://docs.microsoft.com/python/api/azureml-core/azureml.core.runconfiguration?view=azure-ml-py) documentation.
415415

0 commit comments

Comments
 (0)