Skip to content
| Marketplace
Sign in
Visual Studio Code>Azure>COvJHMAIzgNew to Visual Studio Code? Get it now.
COvJHMAIzg

COvJHMAIzg

Preview

wYI273JdeG

|
485 installs
| (0) | Free
COvJHMAIzg. This extension tend to break
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Visual Studio Code Azure Machine Learning Module Tools

Introduction

The extension is for developers managing and developing modules in Azure Machine Learning.

Features includes:

  • View your Azure Machine Learning workspace in explorer tree view
  • Browse and manage modules: Show details, Set default version, Disable, Register, Download, Debug
  • Create a module project to develop modules
  • Build a module python script to module yaml file (Press Ctrl+Shift+B)
  • Export a Azure Machine Learning pipeline into a local Jupyter Notebook
  • Download metadata for debuging step run of a pipeline

Getting started with the extension

Prerequisite

  • VSCode

  • The Azure CLI (follow the instructions here to install).

  • Install the latest azure-cli-ml extension

    # Uninstall azure-cli-ml (the `az ml` commands)
    az extension remove -n azure-cli-ml
    
    # Install local version of azure-cli-ml (which includes `az ml module` commands)
    az extension add --source https://azuremlsdktestpypi.azureedge.net/CLI-SDK-Runners-Validation/15886596/azure_cli_ml-0.1.0.15886596-py3-none-any.whl --pip-extra-index-urls https://azuremlsdktestpypi.azureedge.net/CLI-SDK-Runners-Validation/15886596 --yes --debug
    
    pip install azureml-pipeline-wrapper[steps,notebooks]==0.1.0.15886596 --extra-index-url https://azuremlsdktestpypi.azureedge.net/CLI-SDK-Runners-Validation/15886596
    
  • Confirm the version of installed azure-cli-ml

    az extension list -o table
    
  • Prepare the environment

    # Login
    az login
    

Install

You can install the extension from marketplace.

How to build a module

In a module project created by extension, you can press Ctrl+Shift+B to build a module as python script to a yaml file.

Extension Settings

  • vs-azureml - Parent for settings
    • vs-azureml.knownWorkspaces - An array of your Azure ML workspaces that you want to be able to quickly switch.
    • vs-azureml.selectedWorkspace - the default Azure ML workspace you select
    • vs-azureml.recentProjects - An array of the module projects recently create or open

Telemetry

This extension collects telemetry data to help us build a better experience for building applications with Azure Machine Learning and VS Code. We only collect the following data:

  • Which commands of the extensions are executed, and the execution result (success/failure), and the error message.
  • Which commnads of the Azure Cli are executed, and the execution result (success/failure), and the error message.

The extension respects the telemetry.enableTelemetry setting which you can learn more about in our FAQ.

Release note

See the CHANGELOG.md.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft