I would like to create an SQL Azure user and grant her read-only access on a handful of DBs, what script can I use to achieve this?
OR... Use the Azure User Management console - AUMC to manage the Logins and Users.
It's a open source project available on codeplex AUMC.codeplex.com
Project Description
Azure User Management Console - AUMC is a User Graphic Interface (GUI) that manages the users and logins of an Azure SQL database. The tool is simply converting your action into T-SQL commands and execute them on the Azure SQL Database.
A quick simple tool with a user interface! Don
Enjoy!