You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Schema-based language support, autocompletion and diagnostics for specification file authoring
29
-
- Snippets for common tasks
30
26
31
27
## Prerequisites
32
28
33
29
- 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/).
34
30
- Visual Studio Code. If you don't have it, [install it](https://code.visualstudio.com/docs/setup/setup-overview).
35
31
-[Python](https://www.python.org/downloads/)
36
32
- (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).
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 selectthe first extension.
43
43
1. Select **Install**.
44
44
45
45
> [!div class="mx-imgBorder"]
46
46
>
47
47
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
-
53
48
> [!NOTE]
54
49
> 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).
55
50
56
51
## Sign in to your Azure Account
57
52
58
53
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).
59
54
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, selectthe**Azure: Sign In** button in the bottom right corner on the Visual Studio Code status bar to start the sign in process.
66
56
67
57
## Choose your default workspace
68
58
@@ -84,4 +74,4 @@ Alternatively, use the `> Azure ML: Set Default Workspace` command in the comman
84
74
- [Develop on a remote compute instance locally](how-to-set-up-vs-code-remote.md)
85
75
- [Use a compute instances as a remote Jupyter server](how-to-set-up-vs-code-remote.md)
86
76
- [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