sparse-intern-71089
06/29/2023, 1:03 PMrapid-engineer-94232
06/30/2023, 6:22 AMrapid-engineer-94232
06/30/2023, 6:24 AMicy-doctor-13719
06/30/2023, 5:59 PMadventurous-butcher-54166
06/30/2023, 6:10 PMsqlpackage
cli.
There's a caveat though, as bacpac imports have to be done during the initial provisioning of the DB as it has to be completely empty.
The workaround to be able to restore from bacpac on a newly/already provisioned Azure SQL DB, as described here, is to drop all triggers, procedures, functions, tables, views etc. before running the sqlpackage bacpac import.
A bit hacky IMO but worked out ok...