Deploy Java to Azure
The Azure Tools extension pack contains a rich set of extensions that make it easy to discover and interact with the cloud services that power your Java applications.
The extension pack supports the following development workflows:
- Deploy Java applications (including containers) to Azure App Service.
- Deploy Spring microservices to Azure Spring Cloud.
- Deploy serverless code to Azure Functions.
If you are interested in a specific Azure service, you can also directly search for it on the Visual Studio Code Marketplace to see if there's an available extension.
Deployment tutorials
The following tutorials below walk you through the details. You can 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. |