An Azure relational database service.
Please make sure the bacpac does not make reference to Windows users, Active Directory users or Azure Entra users that are not valid. If you can recreate the bacpac, make sure you create a copy of the database and remove these types of users, before recreating the bacpac.
If the bacpac was created on a SQL Server on-premises server, there may be incompatibilities between SQL Server databases and Azure SQL Server. I already mentioned Windows/Entra users as possible causes, but other causes could be:
- Unresolved reference to objects that reside on other databases.
- Encrypted objects
- Three-four part names are not supported on Azure SQL.
- Cross database queries on SQL programming objects.
Go to the Import/Export History at the logical Azure SQL Server level (under Data Management) on Azure Portal There you need to click on the import operations you have tried to get the real error. Share with us that error.
Try also using sqlpackage to have better control over importing bacpacs to SQL Azure.