Migrate OnPremise SQL to Azure SQL Database (PaaS) || Part 3 || DACPAC & BACPAC

Part 1 Introduction :    • Migrate OnPremise SQL to Azure || Part 1 -...   Part 2 Migrating to Iaas :    • Migrate OnPremise SQL to Azure || Part 2 -...   DACPAC : A data-tier application (DAC) is a logical database management entity that defines all of the SQL Server objects - like tables, views, and instance objects, including logins - associated with a user's database. A BACPAC is a related artifact that encapsulates the database schema as well as the data stored in the database.The data in a BACPAC is stored in JSON format.