Hi folks, I'm trying to enable advanced threat pro...
# dotnet
s
Hi folks, I'm trying to enable advanced threat protection for an Azure SQL database, struggling to find the correct type - am I being stupid or is it not available/accessible?
b
@stocky-crayon-93563 I believe this is what you are looking for
s
Thanks @broad-dog-22463, this setting is at the database level, I was looking for a setting on the Server as we would usually configure it at the server level for all databases.
b
It doesn’t seem to exist at the server level in the sdk I’m afraid
s
Thanks Paul, I'll dig a little deeper later and see what the situation is with terraform side, I may pick up with you again to see if/how we can get it into the sdk if it's possible.
b
I’m 100% sure it’s the same on the TF side @stocky-crayon-93563 as we generate based on the TF provider
👍 1
s
Ah right, I can't argue with 100% - I can see some open issues around it on TF. Thanks for you help I think I should be able to use other methods like the .net management sdk so I'll explore those options.