Deploying angular-fullstack to Azure #1
-
Hi I was wondering how I can deploy angular-fullstack to Azure, I have looked around but can't find any tutorials etc. Can anybody provide any instructions or examples? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
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)
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/ |
Beta Was this translation helpful? Give feedback.
-
I'd like to contribute on this project. can you share the repo? |
Beta Was this translation helpful? Give feedback.
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)
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/