Azure SQL Managed Instance must generate audit records for all direct access to the database(s).
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-276264 | MSQL-00-015500 | SV-276264r1149701_rule | CCI-000172 | medium |
| Description | ||||
| In this context, direct access is any query, command, or call to Azure SQL Managed Instance that comes from any source other than the application(s) it supports. For example, the command line or a database management utility program. The intent is to capture all activity from administrative and nonstandard sources. | ||||
| STIG | Date | |||
| Microsoft Azure SQL Managed Instance Security Technical Implementation Guide | 2025-10-07 | |||
Details
Check Text (C-276264r1149701_chk)
Determine whether any Server Audits are configured to filter records. From SQL Server Management Studio execute the following query:
SELECT name AS AuditName, predicate AS AuditFilter
FROM sys.server_audits
WHERE predicate IS NOT NULL
If any audits are returned, review the associated filters. If any direct access to the database(s) is being excluded, this is a finding.
Fix Text (F-80324r1149700_fix)
Check the system documentation for required Azure SQL Managed Instance Audits. Remove any Audit filters that exclude or reduce required auditing. Update filters to ensure direct access is not excluded.