Summary
In this module, you learned how to create a Java web application, how to use the Maven Plugin for Azure Web Apps, and how to deploy your application to Azure App Service.
Clean up resources
In this module, you created resources using your Azure subscription. You need to clean up these resources so that you won't continue to be charged for them. Run the following command to delete all the resources.
az group delete --name <name of your resource group>
Other resources
Microsoft Azure-related resources
- 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
- Azure App Service Hybrid Connections
- App Service pricing
Java-related resources
- W3C: XHTML™ 1.0 The Extensible HyperText Markup Language (Second Edition)
- JavaServer Faces (JSF)
- JSF 2.3
- Expression Language
- Project Lombok
- PrimeFaces
- Maven Plugin for Azure Web Apps