There are a couple of features we have released since this thread started (2 years ago!).
- DB Copy feature (a TSQL command part of the Create command, i.e. Create Database Foo as copy of Bar)
This allows you to make a copy of a database within a sub-region (i.e. within a cluster). So if you want to have multiple copies of your database to scale out read queries you can use this.
- Import/Export Service
We also have the Import/Export service. This allows you to make a logical copy of hte database by exporting the data and schema out of the clustser to a flat file. Then you can import the database to any SQL Azure cluster or an on-prem SQL database.
This can be used in a wider range of scenarios.