Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1010 Bytes

node-howto-deploy-containers.md

File metadata and controls

19 lines (13 loc) · 1010 Bytes
title description ms.topic ms.date ms.custom
Deploy Node.js containers to Azure
Use Docker container to deploy Node.js web apps to Azure
article
08/20/2019
seo-javascript-september2019

Use Azure to deploy, scale, and manage Node.js containers

Azure provides a robust container service so that you can easily deploy, scale, and manage container-based Node.js apps.

To get started, follow the simple step-by-step walkthrough Deploy to Azure using Docker and Visual Studio Code. Using Visual Studio Code makes it easy for you to upload images to a container registry (such as Azure Container Registry), and to then deploy that container to Azure App Service.

You can also go through the following Microsoft Learn modules: