Choose a session management method in Windows Azure

I am planning an application to be deployed on Windows Azure. The web role will have multiple instances. I see that with multiple instances the in-procsession will not work. I see that I have the following session management methods

  • Using Azure Storage

  • SQL Azure

  • Appfabric

I don't want to go with option 2 (SQL Azure).

Which option to choose?

Update 1

I came across this post , which demonstrates the proximity of the session to Azure with Request Routing (ARR). How about going with this option and not above?

0
source share
2 answers

AppFabric, . 30 , : Windows Azure AppFabric , , .

, .

SQL Azure Microsoft. , SQL Job, WebRole .

+6

Azure Providers Codeplex, . Windows Azure. http://azureproviders.codeplex.com/

+4

All Articles