Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.15 KB

File metadata and controls

31 lines (17 loc) · 1.15 KB

03 - Bind Java EE application to database

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.


Bind application to database

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