Skip to content

Commit 3af36b0

Browse files
committed
automerger issues fixed
1 parent 321471c commit 3af36b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

learn-pr/wwl-sci/configure-azure-sql-auditing/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Contoso Financial Services secured their Azure SQL environment with Microsoft Entra authentication, private endpoints, and customer-managed encryption keys. But during a recent compliance audit, their financial regulator identified a critical gap: the organization can't prove who accessed the banking database, when they connected, or what queries they executed. There's no audit trail for any database activity.
22

3-
The problem affects both the Azure SQL Database server that processes daily transactions and the SQL Managed Instance that runs credit risk assessments. An AI fraud detection service makes hundreds of queries per minute using a managed identity. However, none of those operations are recorded anywhere the compliance team can review. Without auditing enabled, Contoso can't meet regulatory requirements for financial data access tracking.
3+
The problem affects both the Azure SQL Database server that processes daily transactions and the SQL Managed Instance that runs credit risk assessments. An AI fraud detection service makes hundreds of queries per minute using a managed identity. However, none of those operations are recorded anywhere the compliance team can review. Contoso needs auditing enable to meet regulatory requirements for financial data access tracking.
44

55
In this module, you learn how Azure SQL auditing captures database activity with configurable action groups and scope settings. You explore how to send audit logs to blob storage with immutable retention, Log Analytics workspaces, or Event Hubs. You discover the configuration differences between Azure SQL Database and SQL Managed Instance, including T-SQL commands and diagnostic settings. Finally, you design a compliant audit strategy that combines multiple destinations and enforces coverage using Azure Policy.
66

learn-pr/wwl-sci/configure-azure-sql-auditing/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ products:
3434
subjects:
3535
- security
3636
- cloud-security
37-
- database
37+
- databases
3838
units:
3939
- learn.wwl.configure-azure-sql-auditing.introduction
4040
- learn.wwl.configure-azure-sql-auditing.describe-azure-sql-auditing-capabilities

0 commit comments

Comments
 (0)