This guide is part of the migrate Java EE app to Azure training
Configure JBoss EAP datasource and bind the Java EE application to the database of your choice.
Depending on your choice of the database that you created, you can pick one of the three paths to bind the Java EE application to the database:
Bind the application to the petstore database in Azure Database for PostgreSQL.
Bind the application to the petstore database in Azure Database for MySQL.
Bind the application to the petstore database in Azure SQL Database.
⬅️ Previous guide: 02 - Deploy a Java EE application to Azure
➡️ Next guide: Bind application to 03A - PostgreSQL, 03B - MySQL, or 03C - SQL Database