SQL Azure now started to support collations also. While creating database, user can specify the collation. Once database is created, its not possible to change the collation, as ALTER DATABASE has no collation support.
Collation can be set specifically to a column or in query expression also.