Reputation: 21840
I've written a MEAN stack application locally on my machine, and now I want to put it up on Azure, somehow.
My application code is stored and managed in github.
How do I deploy the app in Azure?
Upvotes: 0
Views: 1034
Reputation: 5272
It's as easy as creating a website using the portal. Had no problems with SQLite or Redis so mongoDb should be ok. You can also use MongoLab.
Web APP:
MongoLab:
References:
Create a Node.js site deploy from GitHub
Build and deploy a Node.js web app in Azure App Service
Building Web Apps on the MEAN Stack with OData in Microsoft Azure
Upvotes: 3