Azure Machine Learning logo

Azure Machine Learning

Azure Machine Learning is an enterprise-grade cloud service for building, training, deploying, and managing machine learning models. It supports the full ML lifecycle including data preparation, model training, evaluation, deployment, and monitoring with MLOps capabilities.

1 APIs 6 Features
AIAzureMachine LearningMLOpsModel DeploymentModel Training

APIs

Azure Machine Learning REST API

Azure Machine Learning REST API provides management of ML workspaces, compute resources, datasets, experiments, models, and endpoints. It supports the full ML lifecycle includin...

Features

Workspace Management

Create and manage Azure ML workspaces as the top-level resource for ML assets and experiments.

Compute Resources

Provision and manage compute clusters, compute instances, and Kubernetes-attached compute targets.

Model Training

Run training jobs at scale with automated ML, distributed training, and hyperparameter tuning.

Model Deployment

Deploy models as managed online endpoints, batch endpoints, or to Kubernetes for real-time and batch inference.

MLOps and Pipelines

Build reproducible ML pipelines with versioning, CI/CD integration, and model registry capabilities.

Responsible AI

Use built-in tools for fairness assessment, interpretability, and model monitoring across the lifecycle.

Use Cases

Predictive Analytics

Build and deploy predictive models for forecasting, classification, and regression scenarios.

Computer Vision

Train and deploy image classification, object detection, and segmentation models.

Natural Language Processing

Build NLP models for text classification, entity recognition, and sentiment analysis.

MLOps and Production ML

Operationalize ML models with automated training pipelines, deployment, and monitoring.

Integrations

Azure Storage

Store training data, models, and experiment artifacts in Azure Blob Storage and Data Lake.

Azure Kubernetes Service

Deploy ML models to AKS for production-grade inference at scale.

Azure DevOps

Integrate ML pipelines with Azure DevOps for continuous integration and deployment.

GitHub Actions

Automate ML workflows with GitHub Actions for training and deployment automation.

Power BI

Consume ML model predictions in Power BI dashboards and reports.

Resources

🌐
Portal
Portal
🔗
Documentation
Documentation
💰
Pricing
Pricing
🟢
StatusPage
StatusPage
📰
Blog
Blog
💬
Support
Support
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy

Sources

apis.yml Raw ↑
name: Azure Machine Learning
description: >-
  Azure Machine Learning is an enterprise-grade cloud service for building,
  training, deploying, and managing machine learning models. It supports the
  full ML lifecycle including data preparation, model training, evaluation,
  deployment, and monitoring with MLOps capabilities.
image: https://azure.microsoft.com/svghandler/machine-learning/
url: https://azure.microsoft.com/en-us/services/machine-learning/
created: '2026-03-13'
modified: '2026-04-28'
specificationVersion: '0.18'
tags:
  - AI
  - Azure
  - Machine Learning
  - MLOps
  - Model Deployment
  - Model Training
apis:
  - aid: microsoft-azure-machine-learning:rest-api
    name: Azure Machine Learning REST API
    description: >-
      Azure Machine Learning REST API provides management of ML workspaces,
      compute resources, datasets, experiments, models, and endpoints. It
      supports the full ML lifecycle including data preparation, model training,
      evaluation, deployment, and monitoring.
    image: https://azure.microsoft.com/svghandler/machine-learning/
    humanURL: https://learn.microsoft.com/en-us/rest/api/azureml/
    baseURL: https://management.azure.com
    tags:
      - AI
      - Machine Learning
      - MLOps
      - Model Deployment
      - Model Training
    properties:
      - type: Documentation
        url: https://learn.microsoft.com/en-us/azure/machine-learning/
      - type: APIReference
        url: https://learn.microsoft.com/en-us/rest/api/azureml/
      - type: Authentication
        url: https://learn.microsoft.com/en-us/rest/api/azure/
      - type: GettingStarted
        url: https://learn.microsoft.com/en-us/azure/machine-learning/quickstart-create-resources
      - type: Pricing
        url: https://azure.microsoft.com/en-us/pricing/details/machine-learning/
      - type: SDK
        url: https://learn.microsoft.com/en-us/python/api/overview/azure/ai-ml-readme
        title: Python SDK v2
      - type: SDK
        url: https://learn.microsoft.com/en-us/dotnet/api/overview/azure/resourcemanager.machinelearning-readme
        title: .NET SDK
    contact:
      - type: Support
        url: https://azure.microsoft.com/en-us/support/
maintainers:
  - FN: Kin Lane
    email: [email protected]
common:
  - type: Portal
    url: https://portal.azure.com/
  - type: Documentation
    url: https://learn.microsoft.com/en-us/azure/machine-learning/
  - type: Pricing
    url: https://azure.microsoft.com/en-us/pricing/details/machine-learning/
  - type: StatusPage
    url: https://status.azure.com/
  - type: Blog
    url: https://azure.microsoft.com/en-us/blog/
  - type: Support
    url: https://azure.microsoft.com/en-us/support/
  - type: TermsOfService
    url: https://azure.microsoft.com/en-us/support/legal/
  - type: PrivacyPolicy
    url: https://privacy.microsoft.com/en-us/privacystatement
  - type: Features
    data:
      - name: Workspace Management
        description: Create and manage Azure ML workspaces as the top-level resource for ML assets and experiments.
      - name: Compute Resources
        description: Provision and manage compute clusters, compute instances, and Kubernetes-attached compute targets.
      - name: Model Training
        description: Run training jobs at scale with automated ML, distributed training, and hyperparameter tuning.
      - name: Model Deployment
        description: Deploy models as managed online endpoints, batch endpoints, or to Kubernetes for real-time and batch inference.
      - name: MLOps and Pipelines
        description: Build reproducible ML pipelines with versioning, CI/CD integration, and model registry capabilities.
      - name: Responsible AI
        description: Use built-in tools for fairness assessment, interpretability, and model monitoring across the lifecycle.
  - type: UseCases
    data:
      - name: Predictive Analytics
        description: Build and deploy predictive models for forecasting, classification, and regression scenarios.
      - name: Computer Vision
        description: Train and deploy image classification, object detection, and segmentation models.
      - name: Natural Language Processing
        description: Build NLP models for text classification, entity recognition, and sentiment analysis.
      - name: MLOps and Production ML
        description: Operationalize ML models with automated training pipelines, deployment, and monitoring.
  - type: Integrations
    data:
      - name: Azure Storage
        description: Store training data, models, and experiment artifacts in Azure Blob Storage and Data Lake.
      - name: Azure Kubernetes Service
        description: Deploy ML models to AKS for production-grade inference at scale.
      - name: Azure DevOps
        description: Integrate ML pipelines with Azure DevOps for continuous integration and deployment.
      - name: GitHub Actions
        description: Automate ML workflows with GitHub Actions for training and deployment automation.
      - name: Power BI
        description: Consume ML model predictions in Power BI dashboards and reports.