I am trying to move a small database from the SQL Server Express on my PC to SQL Azure.
I exported the BACPAC file successful to a storage container. On Azure side, I + New, Data Services, SQL Database, Import and used the UI to select the BACPAC file in the storage container. I gave the database a name and selected an existing SQL Server in my subscription.
After a minute or so, I get:
- Import database 'xxxx' failed
- Successfully retrieved the BLOB storage access key.
- Successfully submitted the import request: operation ID 14a9d202-4a22-4b41-beae-cca2ddb877c8.
- Import database 'xxxx' failed
- Error encountered during the service operation. Could not import package. Unable to connect to target server.
What does the error message mean and what target server is it referring to?