I tried method given in this answer by Ramankant Dadhichi but deploying failed:
Backup a database from Azure SQL Managed Instance and restore to on premise SQL Server
I have my database in Azure SQL Managed Instance. I extracted a dacpac using SSDT. But, now when I try to deploy the extracted file using SSMS, I get the following error:
Could not deploy package.
Error SQL0: The element [releaseengineer] cannot be deployed. This element contains state that cannot be recreated in the target database.
Error SQL0: The element [Reporter] cannot be deployed. This element contains state that cannot be recreated in the target database. (Microsoft.SqlServer.Dac)