Microsoft will soon launch Linux VM support , which will be hosted on Azure . That way, you could create a Linux virtual machine, install and configure the MPI application, and paste it into Azure.
However, you should first think about what you want to achieve. If your goal is to take advantage of some Azure features (e.g. having multiple instances and scaling, for example), you need to increase the application with additional code. Thanks to the open source developer community and the rapidly growing Microsoft open-source support, you can create additional features, for example:
- Node.js runs on Linux or Windows
- Perl , Python , Ruby and / or PHP all run on Linux or Windows
- .NET code running in the Windows role or in Mono in your Linux virtual machine.
If you like to use the configuration of the Azure service the most, dynamically adding / removing worker roles, using azure storage, etc. then you are in luck - all this can be controlled using HTML / JSON REST interfaces that mean everything that can say HTTP, can (with the correct credentials) configure, manage, control your services and save / retrieve data to / from storage.
NTN.
Rich turner
source share