vscode-docs-archive / docs /nodejs /nodejs-deployment.md
AbdulElahGwaith's picture
Upload folder using huggingface_hub
ebffcb3 verified
---
Order: 4
Area: nodejs
TOCTitle: Node.js Deployment
PageTitle: Node.js Deployment with Visual Studio Code
ContentId: 856a4a73-a4b4-4418-b88d-1f65d0ba7824
MetaDescription: Node.js Deployment to Azure with Visual Studio Code
DateApproved: 3/7/2019
---
# Deploy a Node.js Application to Azure
You can deploy your Node.js applications to [Azure](https://azure.microsoft.com) directly from Visual Studio Code. Using either the [Azure CLI](https://docs.microsoft.com/cli/azure/overview?view=azure-cli-latest) or the [Azure App Service](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureappservice) extension, you can have your application running in Azure in minutes.
![app service](images/nodejs-deployment/azure-app-service-tools.png)
## Azure tutorials
The tutorials below will walk you through creating a simple website and deploying it to Azure:
Tutorial | Description
--- | ---
[Deploy Azure Functions](/tutorials/functions-extension/getting-started) | Build and manage Azure Functions serverless apps directly in VS Code with the Azure Functions extension.
[Deploy using the App Service extension](/tutorials/app-service-extension/getting-started) | Manage Azure resources directly in VS Code with the Azure App Service extension.
[Deploy using Docker](/tutorials/docker-extension/getting-started) | Deploy your website using a Docker container.
[Deploy using the Azure CLI](/tutorials/nodejs-deployment/getting-started) | Create, deploy, and update a website using a terminal and the Azure CLI.
[Deploy a static website](/tutorials/static-website/getting-started) | Create, deploy, and update a static website on Azure Storage.
## Azure extensions
There are many other VS Code extensions on the [Marketplace](https://marketplace.visualstudio.com/search?term=azure&target=VSCode&category=All%20categories&sortBy=Relevance) that make it easy to build and host applications on Azure.
<div class="marketplace-extensions-azure-curated-short"></div>
> **Tip:** Click on an extension tile above to read the description and reviews in the Marketplace.
There is also a [Node Pack for Azure](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-node-azure-pack) extension pack which bundles useful Azure extensions for Node.js developers into a single installation.