It turns out that in azure I have a Database that I want to back up on my local computer, and I want to generate a .bacpac file, but it gives me the following error.
already try
ALTER DATABASE name_db SET COMPATIBILITY_LEVEL = 130
GO
help please