I am investigating different options for storing data for my Azure cloud app. I realize that SQL-Azure is available. However, I’m interested in knowing what NoSQL options are available and more importantly which ones are the leaders in this space.
Share
If you’re looking for alternatives to SQL Azure, look at Windows Azure Table Storage APIs and this wiki page Data Storage Offerings on the Windows Azure Platform. I’ve also see others run MongoDB within a worker role, though a word of caution, if you’re looking for easy management and out of the box scalability without having to set it up on your own, Windows Azure Table Storage is the way to go.