I am trying use SqlPackage.ext to deploy dacpac file to azure database with symmetric keys. It raises error:
Failed to import target model MyDatabase. Detailed message The element SymmetricKeyname is not supported in Microsoft Azure SQL Database v12.
I do not need to alter any symmetic keys. Just add a new procedure to the target database.
Do I have to remove the symmetric keys from target database, before running sqlPackage?