I've just used the SQLAzureMW.exe
migration tool to copy a SQLServer 2008 R2
on premise database (schema and data) into an SQL server in a new azure trial account.
After fixing a few red flags in the script, it appeared to complete without error and I can see the database name in the azure portal (under the SQL server) and in SSMS on a local machine.
However, that's as far as I get.
In the Azure portal, if I click on the database name (under the SQL server), I get a message
Access denied. You do not have access. Looks like you don't have access to this content. To get access, please contact the owner. - I am the owner.
In SSMS, I can connect to the Azure server and see the database but it contains no objects except system objects.
Also in Azure Portal, whilst the database shows up under SQL Servers > Servername > Databases, it does not show up in "SQL Databases". I'm not sure if this is relevant.
Firewall rules seem to be OK.
Can anybody help with what to try next?