I'd like to port a graphical application, Gliftex, to Windows Azure.
Basically I imagine that I have to do the interface in a language like C# or JavaScript and call an exe or library with the appropriate parameters to create an image to hand back to the user.
The GUI of Gliftex is parametric, there is no mouse drawing involved, so I imagine that it is a good candiate for cloud computing.
But I'm having some trouble finding even basic "EXE to Azure" porting examples or info.
Where should I be looking? Any examples about this sort of port?
Am I mad?