Use "CREATE DATABASE destination_database_name AS COPY OF [source_server_name.] source_database_name" to make a copy of database on the Azure SQL.
There is also possibility to check progress of DB copy, but at this moment I don't have that code.
Use "CREATE DATABASE destination_database_name AS COPY OF [source_server_name.] source_database_name" to make a copy of database on the Azure SQL.
There is also possibility to check progress of DB copy, but at this moment I don't have that code.