I\'d like to write an ASP.Net MVC app running on Windows Azure that will create images using WPF.
Before I start writing it, will that work?
Does Azure have the nece
The performance in the cloud is solely dictated by how much computing power you require. Can the cloud (Azure) scale? Absolutely.
You could use an ASP.NET MVC role coupled with a Worker role which would take care of your image creation. The option also exists to host a XBAP; however there are caveats with that approach but it can be done.