We are facing an issue related to bacpac import from local SQL instace to Azure SQL.
We generate a bacpac in our local SQL (DAC\140..\sqlpackage) and then we import this bacpac to Azure. We are facing this issue:
Error SQL72016: Cannot open database XXX requested by the login. The login failed
This problema does not happen always, we have also this warning:
Warning SQL0: A project which specifies SQL Server vNext CTP as the target platform may experience compatibility issues with Microsoft Azure SQL Database v12.
How can we solve that problem?
Thank you

Please update your version of Data-Tier Application Framework from here. The version you are using is too old.
Make sure the database you are migrating to Azure SQL does not have Windows logins that cannot exist on your Azure environment.