Summary
In this module, you learned how to create an Azure Database for MySQL instance and how to use the Maven Plugin for Azure App Service. You also learned how to deploy a Java EE (Jakarta EE) application to JBoss EAP on Azure App Service and how to manage JBoss EAP.
Clean up resources
In this module, you created resources by using your Azure subscription. You need to clean up these resources so that you don't continue to be charged for them. Run the following commands to delete all the resources:
az group delete --name <name of your MySQL resource>
az group delete --name <name of your JBoss EAP on Azure App Service resource>
Clear out any defaults configured with az configure
that you no longer want to keep as defaults - for example, the default location configured in a previous unit.
az configure --defaults location=''
Other resources
Use the following links to get more information about the topics in this module.
Microsoft Azure
- Azure App Service
- Monitor Azure App Service performance
- Get started with autoscale in Azure
- Deploy to App Service using GitHub Actions
- Integrate your app with an Azure virtual network
- App Service pricing
Java EE (Jakarta EE)
- Jakarta EE
- Jakarta RESTful Web Services
- Jakarta Persistence
- Jakarta JSON Binding
- Jakarta Contexts and Dependency Injection
- Maven Plugin for Azure Web Apps
MySQL
- MySQL Community Edition
- MySQL Connector/J
- MySQL Sample World Database Installation
- Azure Database for MySQL
- Azure Database for MySQL - Flexible Server