Summary
In this module, you learned how to create a Tomcat Java web application, use the Azure Web App Maven Plugin, and deploy your application to Azure App Service.
Clean up resources
In this module, you created resources using your Azure subscription. To delete all the resources so you're no longer charged for them, use the following command:
az group delete --name <your-resource-group> --yes --no-wait
Other resources
Microsoft Azure-related resources
- Azure App Service
- Quickstart: Create a Java app on Azure App Service.
- Deploy Java Tomcat apps to Azure App Service.
- Configure a Java app for Azure App Service.
- 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.
- Azure App Service on Linux pricing.
- Maven Plugins for Azure Services.