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 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. Use the following steps to clean up your resources:

  1. Use the following commands to delete all of the resources:

    az group delete --name <name-of-your-MySQL-resource-group>
    az group delete --name <name-of-your-JBoss-EAP-on-Azure-App-Service-resource-group>
    
  2. Use the following command to clear out any defaults configured with az configure that you no longer want to keep:

    az configure --defaults location=''
    

    This command removes the default location configured in a previous unit.

Other resources

Microsoft Azure

Jakarta EE

MySQL