views:

809

answers:

3

Has anyone tried NHibernate on Azure? Is there conflicts with the medium trust or SQL integration?

Thanks, Chance

+3  A: 

Not sure about NHibernate, but Azure now allows full trust applications.

Hosting Web and Worker Roles Under Full Trust

Dennis Palmer
A: 

Joining the question

+4  A: 

The NHibernate test suite fully works on SQL Azure. You should be able to simply change your connection string to your SQL Azure connection string.

There shouldn't be any hangups in running using NHibernate from a Web or Worker role.

jspru
Until Sharding is implemented, you will be stuck with the 1GB (or is it 10?) limit.
mxmissile
You can have either a 1 GB or 10 GB database currently.
jspru
Sharding is pretty easy to setup. http://consultingblogs.emc.com/johnrayner/archive/2009/11/10/sharding-into-the-cloud.aspx
John Rayner