Lab 1 - Environment Setup
Create a Azure Machine Learning Workspace
Install the Azure Machine Learning CLI extension
az extension add -n azure-cli-mlCreate a resource group
az group create --name <resource-group-name> --location <location>Create the workspace
az ml workspace create -w <workspace-name> -g <resource-group-name>
Create a Compute Cluster

Create a Compute instance

Create a Notebook

Setup completed

Last updated