Skip to content

Commit 38f17ec

Browse files
authored
Merge pull request #189701 from ssalgadodev/vscodequickstart
Vscodequickstart
2 parents 70baf38 + 9885098 commit 38f17ec

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

articles/machine-learning/how-to-setup-vs-code.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,53 +16,43 @@ ms.custom: devplatv2
1616

1717
Learn how to set up the Azure Machine Learning Visual Studio Code extension for your machine learning workflows.
1818

19-
> [!div class="mx-imgBorder"]
20-
> ![VS Code Extension](./media/how-to-setup-vs-code/vs-code-extension.PNG)
21-
2219
The Azure Machine Learning extension for VS Code provides a user interface to:
2320

2421
- Manage Azure Machine Learning resources (experiments, virtual machines, models, deployments, etc.)
2522
- Develop locally using remote compute instances
2623
- Train machine learning models
2724
- Debug machine learning experiments locally
2825
- Schema-based language support, autocompletion and diagnostics for specification file authoring
29-
- Snippets for common tasks
3026

3127
## Prerequisites
3228

3329
- Azure subscription. If you don't have one, sign up to try the [free or paid version of Azure Machine Learning](https://azure.microsoft.com/free/).
3430
- Visual Studio Code. If you don't have it, [install it](https://code.visualstudio.com/docs/setup/setup-overview).
3531
- [Python](https://www.python.org/downloads/)
3632
- (Optional) To create resources using the extension, you need to install the CLI (v2). For setup instructions, see [Install, set up, and use the CLI (v2) (preview)](how-to-configure-cli.md).
33+
- Clone the community driven repository
34+
```bash
35+
git clone https://github.com/Azure/azureml-examples.git --depth 1
36+
```
3737

3838
## Install the extension
3939

4040
1. Open Visual Studio Code.
4141
1. Select **Extensions** icon from the **Activity Bar** to open the Extensions view.
42-
1. In the Extensions view, search for "Azure Machine Learning".
42+
1. In the Extensions view search bar, type "Azure Machine Learning" and select the first extension.
4343
1. Select **Install**.
4444

4545
> [!div class="mx-imgBorder"]
4646
> ![Install Azure Machine Learning VS Code Extension](./media/how-to-setup-vs-code/install-aml-vscode-extension.PNG)
4747

48-
> [!NOTE]
49-
> Alternatively, you can install the Azure Machine Learning extension via the Visual Studio Marketplace by [downloading the installer directly](https://aka.ms/vscodetoolsforai).
50-
51-
The rest of the steps in this tutorial have been tested with the latest version of the extension.
52-
5348
> [!NOTE]
5449
> The Azure Machine Learning VS Code extension uses the CLI (v2) by default. To switch to the 1.0 CLI, set the `azureML.CLI Compatibility Mode` setting in Visual Studio Code to `1.0`. For more information on modifying your settings in Visual Studio, see the [user and workspace settings documentation](https://code.visualstudio.com/docs/getstarted/settings).
5550

5651
## Sign in to your Azure Account
5752

5853
In order to provision resources and run workloads on Azure, you have to sign in with your Azure account credentials. To assist with account management, Azure Machine Learning automatically installs the Azure Account extension. Visit the following site to [learn more about the Azure Account extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.azure-account).
5954

60-
To sign into you Azure account, select the **Azure: Sign In** button on the Visual Studio Code status bar to start the sign in process.
61-
62-
Alternatively, use the command palette:
63-
64-
1. Open the command palette by selecting **View > Command Palette** from the menu bar.
65-
1. Enter the command "> Azure: Sign In" into the command palette to start the sign in process.
55+
To sign into you Azure account, select the **Azure: Sign In** button in the bottom right corner on the Visual Studio Code status bar to start the sign in process.
6656

6757
## Choose your default workspace
6858

@@ -84,4 +74,4 @@ Alternatively, use the `> Azure ML: Set Default Workspace` command in the comman
8474
- [Develop on a remote compute instance locally](how-to-set-up-vs-code-remote.md)
8575
- [Use a compute instances as a remote Jupyter server](how-to-set-up-vs-code-remote.md)
8676
- [Train an image classification model using the Visual Studio Code extension](tutorial-train-deploy-image-classification-model-vscode.md)
87-
- [Run and debug machine learning experiments locally](how-to-debug-visual-studio-code.md)
77+
- [Run and debug machine learning experiments locally](how-to-debug-visual-studio-code.md)

0 commit comments

Comments
 (0)