Deploy Java to Azure
The Azure Tools extensions for Visual Studio Code make it easy to deploy Java applications (including containers) to Azure App Service, deploy Spring microservices to Azure Spring Cloud, and deploy serverless code to Azure Functions.
Deployment tutorials
The following tutorials below walk you though the details. Please also check the Java Azure Developer's Center for all things on Azure for Java developers.
Tutorial | Description |
---|---|
Deploy Java web apps to Azure App Service | Deploy a web app using the Azure App Service extension. |
Deploy Spring Microservices to Azure Spring Cloud | Deploy a web app using the Azure Spring Cloud extension. |
Create an Azure Functions project using Visual Studio Code | Deploy serverless code using the Azure Functions extension. |