Copy data from Azure Database for MariaDB using Azure Data Factory or Synapse Analytics
Article
01/26/2025
APPLIES TO:
Azure Data Factory
Azure Synapse Analytics
Tip
Try out Data Factory in Microsoft Fabric, an all-in-one analytics solution for enterprises. Microsoft Fabric covers everything from data movement to data science, real-time analytics, business intelligence, and reporting. Learn how to start a new trial for free!
This article outlines how to use the Copy Activity in an Azure Data Factory or Synapse Analytics pipeline to copy data from Azure Database for MariaDB. It builds on the copy activity overview article that presents a general overview of copy activity.
Supported capabilities
This Azure Database for MariaDB connector is supported for the following capabilities:
① Azure integration runtime ② Self-hosted integration runtime
You can copy data from Azure Database for MariaDB to any supported sink data store. For a list of data stores that are supported as sources/sinks by the copy activity, see the Supported data stores table.
The service provides a built-in driver to enable connectivity, therefore you don't need to manually install any driver using this connector.
Getting started
To perform the Copy activity with a pipeline, you can use one of the following tools or SDKs:
Search for Maria and select the Azure Database for MariaDB connector.
Configure the service details, test the connection, and create the new linked service.
Connector configuration details
The following sections provide details about properties that are used to define Data Factory entities specific to Azure Database for MariaDB connector.
Linked service properties
The following properties are supported for Azure Database for MariaDB linked service:
Property
Description
Required
type
The type property must be set to: AzureMariaDB
Yes
connectionString
A connection string to connect to Azure Database for MariaDB. You can find it from the Azure portal -> your Azure Database for MariaDB -> Connection strings -> ADO.NET one. You can also put password in Azure Key Vault and pull the pwd configuration out of the connection string. Refer to the following samples and Store credentials in Azure Key Vault article with more details.
Yes
connectVia
The Integration Runtime to be used to connect to the data store. If not specified, it uses the default Azure Integration Runtime.
For a full list of sections and properties available for defining datasets, see the datasets article. This section provides a list of properties supported by Azure Database for MariaDB dataset.
To copy data from Azure Database for MariaDB, the following properties are supported:
Property
Description
Required
type
The type property of the dataset must be set to: AzureMariaDBTable
For a full list of sections and properties available for defining activities, see the Pipelines article. This section provides a list of properties supported by Azure Database for MariaDB source.
Azure Database for MariaDB as source
To copy data from Azure Database for MariaDB, the following properties are supported in the copy activity source section:
Property
Description
Required
type
The type property of the copy activity source must be set to: AzureMariaDBSource
Yes
query
Use the custom SQL query to read data. For example: "SELECT * FROM MyTable".
Administer an SQL Server database infrastructure for cloud, on-premises and hybrid relational databases using the Microsoft PaaS relational database offerings.