Deploying an Azure Database for MySQL

15 minutes
  • 2 Learning Objectives

About this Hands-on Lab

One great advantage of the cloud is the ability to utilize Platform as a Service (PaaS) offerings to offload server and database administration, freeing you to focus on what drives success for your business. This includes your favorite open-source databases such as MySQL. In this hands-on lab scenario you are the DBA for Awesome Company. You have been tasked with delivering an open-source database backend for a new cloud-native app. This solution should integrate closely with Azure services, allow seamless transition of developer code that has been written against MySQL, and require as little hands-on maintenance as possible. This lab will help you become familiar with how to provision an Azure Database for MySQL server.

Learning Objectives

Successfully complete this lab by achieving the following learning objectives:

Log in to the Azure Portal

Log in to the Azure Portal using the provided credentials.

Create an Azure Database for MySQL
  1. Click the three-line menu icon in the top left corner of the page, and click Create a resource.
  2. Click on Databases.
  3. Click Azure Database for MySQL.
  4. Select the resource group created by the lab.
  5. Provide a server name.
  6. Set Location as (US) West US.
  7. Under Compute + storage, click Configure server.
  8. Click on Basic.
  9. Change Storage to 10 GB.
  10. Set Storage Auto-growth to No.
  11. Click OK.
  12. Provide an admin username and password.
  13. Click Review + create.
  14. Verify all is well, and click Create.
  15. Once the deployment is complete, click Go to resource.

Congratulations! You now have a fully operational MySQL Database server that is tightly integrated with other Azure services, has its infrastructure fully managed by Microsoft, and will allow your developer data and code to be transitioned seamlessly.

Additional Resources

You are the DBA for Awesome Company. You have been tasked with delivering an open-source database backend for a new cloud-native app. This solution should integrate closely with Azure services, allow seamless transition of developer code that has been written against MySQL, and require as little hands-on maintenance as possible.

What are Hands-on Labs

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Sign In
Welcome Back!

Psst…this one if you’ve been moved to ACG!

Get Started
Who’s going to be learning?