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:
- Use the Azure portal to create a new resource group.
- Create an Azure Machine Learning workspace within the resource group.
- 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

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: