Migrate MySQL on-premises to Azure Database for MySQL sample applications
APPLIES TO: Azure Database for MySQL - Single Server Azure Database for MySQL - Flexible Server
Overview
This article explains how to deploy a sample application with an end-to-end MySQL migration guide and to review available server parameters.
Environment setup
Download more documentation we created for this Migration Guide and learn how to configure an environment to perform the guide's migration steps for the sample conference demo application.
Azure Resource Manager (ARM) templates
Secure
The ARM template deploys all resources with private endpoints. The ARM template effectively removes any access to the PaaS services from the internet.
Non-secure
The ARM template deploys resources using standard deployment where all resources are available from the internet.
Default server parameters MySQL 5.5 and Azure Database for MySQL
You can find the full listing of default server parameters of MySQL 5.5 and Azure Database for MySQL in our GitHub repository.