Azure Machine Learning - Data Ingestion

Learn how to ingest data into Azure Machine Learning.

Overview

Data ingestion is a critical step in the Azure Machine Learning workflow. It involves preparing and loading your data into Azure Machine Learning for model training and deployment.

This documentation covers:

Data Stores

Azure Machine Learning uses data stores to manage and access your data. Data stores are the primary mechanism for providing your data to your training jobs.

Common data store types include:

Learn more about data stores.

Ingesting Data

You can ingest data into Azure Machine Learning using various methods, depending on your data source and requirements.

Refer to the official documentation for detailed instructions and examples.

Related Resources