Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 572 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 572 Bytes

NodeJS-Azure-Deployment

This is a boilerplate code used for Introduction to Backend Development and Deployment via NodeJS and Azure Session 4.

Deployment

  • Azure App Service

The repo can be directly deployed by selecting this repo in Azure App Service Deployment Center

  • Azure Virtual Machince

To deploy on Azure VM excute following command on VM:

  1. ssh \<username\>@\<VM Address\>
  2. git clone https://github.com/ieeeditu/NodeJS-Azure-Deployment/
  3. sudo bash NodeJS-Azure-Deployment/setup