While Microsoft has always ensured that your SQL Azure database is replicated multiple times for reliability, there is now a way to perform your own ad-hoc backup. This is known as copying. You can copy to the same server or to a different one. The process is asynchronous. Full details including the T-SQL syntax (CREATE DATABASE…AS COPY OF) can be found here.
-Krip