Deploying Applications to Azure

Visual Studio Code makes it easy to deploy your applications to Azure and we've created walkthroughs to help you get started. Whether your workflow is through the Azure CLI or Azure App Service, using a Docker container, or creating serverless Azure Functions, you'll find the deployment steps you need.

Deployment tutorials

The tutorials below, hosted on the Azure JavaScript Developer Center, walk you through different ways of creating a simple website and deploying it to Azure:

Tutorial Description
Deploy Azure Functions Build and manage Azure Functions serverless apps directly in VS Code with the Azure Functions extension.
Deploy using the App Service extension Manage Azure resources directly in VS Code with the Azure App Service extension.
Deploy using Docker Deploy your website using a Docker container.
Deploy using the Azure CLI Create, deploy, and update a website using a terminal and the Azure CLI.
Deploy a static website Create, deploy, and update a static website on Azure Storage.

Next steps