Skip to content

Commit df35f94

Browse files
authored
Merge pull request #196934 from mksuni/adf-mysql
Tutorial for using ADF with MySQL Flexible server
2 parents eed7f51 + e43f176 commit df35f94

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

articles/data-factory/connector-azure-database-for-mysql.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,19 @@ ms.date: 12/20/2021
1717

1818
This article outlines how to use Copy Activity in Azure Data Factory or Synapse Analytics pipelines to copy data from and to Azure Database for MySQL, and use Data Flow to transform data in Azure Database for MySQL. To learn more, read the introductory articles for [Azure Data Factory](introduction.md) and [Synapse Analytics](../synapse-analytics/overview-what-is.md).
1919

20-
This connector is specialized for [Azure Database for MySQL service](../mysql/overview.md). To copy data from generic MySQL database located on-premises or in the cloud, use [MySQL connector](connector-mysql.md).
20+
This connector is specialized for
21+
- [Azure Database for MySQL Single Server](../mysql/single-server-overview.md)
22+
- [Azure Database for MySQL Flexible Server](../mysql/flexible-server/overview.md) (Currently public access is only supported)
23+
24+
25+
To copy data from generic MySQL database located on-premises or in the cloud, use [MySQL connector](connector-mysql.md).
26+
27+
## Prerequisites
28+
29+
This quickstart requires the following resources and configuration mentioned below as a starting point:
30+
31+
- An existing Azure database for MySQL Single server or MySQL Flexible Server.
32+
- Enable **Allow public access from any Azure service within Azure to this server** in networking page of the MySQL server . This will allow you to use Data factory studio.
2133

2234
## Supported capabilities
2335

articles/mysql/TOC.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@
7272
displayName: server parameters, cli
7373
- name: Create databases and users
7474
href: howto-create-users.md
75-
displayName: users
76-
75+
displayName: users
7776
- name: Concepts
7877
items:
7978
- name: Server Management
@@ -126,6 +125,10 @@
126125
items:
127126
- name: Backup & Restore concepts
128127
href: flexible-server/concepts-backup-restore.md
128+
- name: Integrations
129+
items:
130+
- name: Azure Data factory
131+
href: ../data-factory/connector-azure-database-for-mysql.md
129132
- name: Tutorials
130133
items:
131134
- name: Application Development

0 commit comments

Comments
 (0)