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 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:
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>
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
- Azure App Service
- Enable application monitoring in Azure App Service for .NET, Node.js, Python, and Java applications.
- Get started with autoscale in Azure.
- Deploy to App Service using GitHub Actions.
- Integrate your app with an Azure virtual network.
- Azure App Service on Linux pricing.
Jakarta EE
- Jakarta EE
- Jakarta RESTful Web Services.
- Jakarta Persistence
- Jakarta JSON Binding
- Jakarta Contexts and Dependency Injection.
- Maven Plugin for Azure Services.