Summary

Completed

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

Java EE (Jakarta EE)

MySQL