I just wanted to add a simplified version of dumbledad's answer, since it is the correct one.
- Export the Azure SQL Database to a BACPAC file on blob storage.
- From inside SQL Management studio, right-click your database, click "import data-tier application".
- You'll be prompted to enter the information to get to the BACPAC file on your Azure blob storage.
- Hit next a couple times and... Done!