Skip to content

Deploying angular-fullstack to Azure #1

Answered by echofrost38
serenesky0914 asked this question in Q&A
Discussion options

You must be logged in to vote
  1. Deploy your mongo db either using a VM or a managed mongodb service from the marketplace.

a. Worker role option: https://github.com/mongodb/mongo-azure (worker role mongo db)

b. Managed Mongo Hosted Azure Service - You can find this from the marketplace from your azure console/portal. (Note that not all regions apply and its not cheap)

  1. To deploy your node.js app you have two options.

a. Create an azure app and hook up the source control so that it will deploy on every commit.

This is the step by step guide from MS https://azure.microsoft.com/en-gb/documentation/articles/cloud-services-nodejs-develop-deploy-app/

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by serenesky0914
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants