I am working on Ubuntu and installed the Azure SDK for Linux and got it working. Using the Linux SDK how do I add Azure WebRole for a node.js service.
I was referring the following tutorial but it only discusses how to create WebRole using cmdlet on Windows
Also looked into following link that explains Azure command line for Linux/Mac but I am not able to find any command for creating WebRole using linux SDK
You CAN NOT create WEB ROLE (If you mean a Windows Azure Web Role) in Windows Azure by using “Windows Azure command-line tool for Mac and Linux” because these command are only use with your Virtual Machine Linux (as well as Windows too). Also the Node.js Cloud Service link above will create a Node.js web server in a Windows Azure Virtual Machine so be sure what you are trying to do here. This will not work in your Virtual Machine.
However if you want to create a Linux VM and the run Web Server on it then it sure if possible using the exact commands and the steps will be as below:
Let me know if you need help in any of above step.