I am new to Microsoft Microsoft Azure cloud and want to run my Node.js application in Azure cloud. I read the Microsoft Azure Node.js Developer Center site (Node.js on Azure ) and it seems my application can run in Azure cloud multiple ways.
Which Azure option is good for my Node.js application if I want to deploy quick with less Azure knowledge?
If you are new to Windows Azure, but a knowledgeable Node.js developer, you sure can use Windows Azure to write your Node.js application.
You have the following choices:
Windows Azure Websites (Preview) –
Windows Azure Cloud Services
Windows Azure Virtual Machines (Preview)–
As you are new to Windows Azure, I would suggest you to give a try using free Windows Azure Websites Shared, because this way you really don’t need to learn a lot about Windows Azure and you can start running your application instantly.
This could be the easiest method among the above three options and then you can jump to another by just migrating your application if needed.
If you decide to use Cloud Service, you can use Cloud9 IDE to publish your Node.js application directly to Windows Azure Cloud Services in your subscription.