Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.02 KB

File metadata and controls

28 lines (15 loc) · 1.02 KB

02 - Create a database

This guide is part of the migrate Java EE app to Azure training

Create a database of your choice using commandline tools.


Azure offers three relational database services. You can choose any of the three services to create a database for Java EE applications:

Create a petstore database using Azure Database for PostgreSQL.

Create a petstore database using Azure Database for MySQL.

Create a petstore database using Azure SQL Database.


⬅️ Previous guide: 01 - Deploy a Java EE application to Azure

➡️ Next guide: Create a 02A - PostgreSQL, 02B - MySQL, or 02C - SQL Database