From the course: Microsoft Azure Data Engineer Associate (DP-203) Cert Prep by Microsoft Press

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Implement a data auditing strategy

Implement a data auditing strategy

- [Instructor] And this again, how do you enable auditing not just for your database products, but for any Azure resource? You do that by setting up a diagnostic setting where you can specify multiple targets or data syncs for that metric and log data. Common alternative or a common choice would be Azure Log Analytics. But we've also got Azure Storage for long-term retention and Event Hub for handling those events as they happen. Azure SQL database and synapse SQL pool have auditing. It's basically the same thing as diagnostic settings. Let's get into that demo. We remember that Microsoft Azure is a public cloud so when you're accessing Azure resources on their default domain names you're relying or trusting Microsoft and their PKI or public key infrastructure. Also, not every Azure service allows you to use your own TLS certificates. We're looking here at a function app I've got. Notice that the default URL is the…

Contents