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 and to 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. |
Create an Azure Functions project using Visual Studio Code | Deploy serverless code using the Azure Functions extension. |