SQL Azure and Indexes
SQL Azure does not rebuild indexes automatically while the statistics are updated automatically. If you have a specific reason to force the rebuild it, you have to directly issue the command.
This nice post helps you create a script to dynamically rebuild all indexes in a SQL Azure db.