Azure Machine Learning - How to

How to Get Started with Azure Machine Learning

This documentation provides you with the steps to get started with Azure Machine Learning. We'll cover setting up your environment, creating your first workspace, and exploring the core features of the service.

Create an Azure Machine Learning Workspace

Follow these steps to create your first workspace:

  1. Use the Azure portal to create a new resource group.
  2. Create an Azure Machine Learning workspace within the resource group.
  3. Configure the workspace settings, including the compute target and storage account.

az group create --name myResourceGroup --location eastus
az ml workspace create --resource-group myResourceGroup --name myWorkspace --sku Standard
                
Getting Started Diagram

You can find more detailed instructions and troubleshooting tips in our Getting Started guide.

Next Steps

After you've created your workspace, you can start building and deploying machine learning models. Explore the following topics: