by
Michael Brown
| May 18, 2012
This cloud solution is designed to help your fellow developers. There are many components that would be useful to run in the cloud, but there are few ready built solutions that I can just click deploy and have it ready for me.
Azure Recipes solves this problem. This would be a hosted application that provides a list of services that developers can leverage as a ready deployed solution. For example, I want to use RavenDB, but I don't want to figure out what it takes to create a worker role that loads up RavenDB and exposes it on the correct ports, nor do I want to figure out how to get sharding working in Azure. I can go to Azure Recipes, register for an account, and select the RavenDB service. I'd then answer a few questions about how I want the service to be configured (how large/how many instances, what data center, etc. etc.). A few minutes later, I have Raven DB accessible to me on my account. I can browse to the administrative UI, and I can move on to using my application.
Naturally, you have to negotiate hosting licenses with various vendors. But, you're doing the hard work, and developers will appreciate (and pay for) that convenience.