Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Is it possible to publish a node.js app to Azure from linux?

Is it possible to publish a node.js app to Azure from linux?

Problem

I am trying to Publish my node.js application to windows azure. It is developed and tested on my Arch Linux but the problem is how i am supposed to publish it to azure. There is some sort of sdk for windows and i found something in npm called azure (probably something to do with the azure sdk). But there is little to none documentation.

Nevertheless, is it possible to publish applications to azure from linux? And if so, how do i do it. Is there any good resources to read?

Problem courtesy of: dubbe

Solution

There's a couple of different ways you can do this working on the local machine in addition to using Cloud9

  1. You can use the web portal + git: https://www.windowsazure.com/en-us/develop/nodejs/tutorials/create-a-website-(mac)/

  2. You can use our CLI tools. On Linux the easiest way to get them is via "sudo npm install -g azure.". You can find more in this guide: https://www.windowsazure.com/en-us/develop/nodejs/how-to-guides/command-line-tools/

Solution courtesy of: Glenn Block

Discussion

View additional discussion.



This post first appeared on Node.js Recipes, please read the originial post: here

Share the post

Is it possible to publish a node.js app to Azure from linux?

×

Subscribe to Node.js Recipes

Get updates delivered right to your inbox!

Thank you for your subscription

×