I would like to add the “ADVANCED DATA SECURITY” option in Azure SQL through Terraform. Is it possible to do that?
Asked
Active
Viewed 261 times
0
-
Just from the Azure document https://learn.microsoft.com/en-us/azure/azure-sql/database/advanced-data-security#1-enable-ads, it only provides the way that configure it on Portal. We searched and didn't find the way to add "ADVANCED DATA SECURITY" option in Azure SQL through Terraform. I think it's impossible. – Leon Yue Aug 19 '20 at 02:07
-
Could it be done with a Powershell script post the main database deployment? – wBob Aug 19 '20 at 23:46
-
yes through powershell script we can do it but i am trying to find a way to do through terraform – Anand Aug 20 '20 at 11:12
-
@Anand We may suppose that it's not possible. – Leon Yue Aug 24 '20 at 01:19