CI with a SQL Always Encrypted column
问题 We are trying to add Always encrypted in one of our application and we would like to make it work with our CI flow. We are using DACPAC deploy with Azure Devops. Everything worked until now but we are facing a challenge with always encrypted... Each SQL environment needs to have a different key that is in Azure Key Vault. The way we found to automate this is by using a SSDT Variables (ref) CREATE COLUMN MASTER KEY [ResponseKey] WITH ( KEY_STORE_PROVIDER_NAME = N'AZURE_KEY_VAULT', KEY_PATH = N