-2

I’m planning to setup Azure DevOps CI/CD Pipelines for the Azure SQL Always Encrypted database (i.e. Dacpac file)

Requesting can you please let me know the process on how to implement and also available best practices if there is any.

jarlh
  • 42,561
  • 8
  • 45
  • 63
  • Perhaps you could edit the post to share some of what you've already tried in your pipeline? – WaitingForGuacamole Nov 23 '21 at 17:40
  • How is a database even related to your CI/CD pipeline? You really should explain a lot more about your issue. – James Z Nov 23 '21 at 17:50
  • I think the OP wants to deploy dacpac files via pipeline. Definitely possible, not even difficult, but OP needs to come up with a lot more info (like what has been done thus far) – WaitingForGuacamole Nov 23 '21 at 18:09
  • There are articles published on the topic that can answer your questions better than we can here. Try this for starters: https://learn.microsoft.com/en-us/sql/relational-databases/security/encryption/configure-always-encrypted-using-dacpac?view=sql-server-ver15 – RobertT Nov 23 '21 at 22:20

1 Answers1

0

Unfortunately, there is no official document available for your requirement.

Alternatively, you can go through this third-party tutorial available here.

This GitHub repo https://github.com/rebremer/blog-sqldbalwaysencrypted-git will help you to implement your requirement.

Utkarsh Pal
  • 4,079
  • 1
  • 5
  • 14