For each action, click to specify if the action is a primary or secondary prevention strategy.

Skip to main content

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Auditing for Azure SQL Database and Azure Synapse Analytics

  • Article
  • 12/14/2022
  • 15 minutes to read

In this article

Applies to:

For each action, click to specify if the action is a primary or secondary prevention strategy.
Azure SQL Database Azure Synapse Analytics

Auditing for Azure SQL Database and Azure Synapse Analytics tracks database events and writes them to an audit log in your Azure storage account, Log Analytics workspace, or Event Hubs.

Auditing also:

  • Helps you maintain regulatory compliance, understand database activity, and gain insight into discrepancies and anomalies that could indicate business concerns or suspected security violations.

  • Enables and facilitates adherence to compliance standards, although it doesn't guarantee compliance. For more information, see the Microsoft Azure Trust Center where you can find the most current list of SQL Database compliance certifications.

Overview

You can use SQL Database auditing to:

  • Retain an audit trail of selected events. You can define categories of database actions to be audited.
  • Report on database activity. You can use pre-configured reports and a dashboard to get started quickly with activity and event reporting.
  • Analyze reports. You can find suspicious events, unusual activity, and trends.

Important

Auditing for Azure SQL Database, Azure Synapse and Azure SQL Managed Instance is optimized for availability and performance of the database(s) or instance(s) that are being audited. During periods of very high activity or high network load, the auditing feature may allow transactions to proceed without recording all of the events marked for auditing.

Auditing limitations

  • User managed identity authentication type for enabling auditing to storage behind firewall is not currently supported.
  • Enabling auditing on a paused Azure Synapse is not supported. To enable auditing, resume Azure Synapse.
  • Auditing for Azure Synapse SQL pools supports default audit action groups only.
  • When you configure the auditing for your logical server in Azure or Azure SQL Database with log destination as the storage account, the target storage account must be enabled with access to storage account keys. If the storage account is configured to use Azure AD authentication only and not configured for access key usage, the auditing cannot be configured.

Define server-level vs. database-level auditing policy

An auditing policy can be defined for a specific database or as a default server policy in Azure (which hosts SQL Database or Azure Synapse):

  • A server policy applies to all existing and newly created databases on the server.

  • If server auditing is enabled, it always applies to the database. The database will be audited, regardless of the database auditing settings.

  • When auditing policy is defined at the database-level to a Log Analytics workspace or an Event Hubs destination, the following operations will not keep the source database-level auditing policy:

    • Database copy
    • Point-in-time restore
    • Geo-replication (Secondary database will not have database-level auditing)
  • Enabling auditing on the database, in addition to enabling it on the server, does not override or change any of the settings of the server auditing. Both audits will exist side by side. In other words, the database is audited twice in parallel; once by the server policy and once by the database policy.

    Note

    You should avoid enabling both server auditing and database blob auditing together, unless:

    • You want to use a different storage account, retention period or Log Analytics Workspace for a specific database.
    • You want to audit event types or categories for a specific database that differ from the rest of the databases on the server. For example, you might have table inserts that need to be audited only for a specific database.

    Otherwise, we recommended that you enable only server-level auditing and leave the database-level auditing disabled for all databases.

Remarks

  • Premium storage with BlockBlobStorage is supported. Standard storage is supported. However, for audit to write to a storage account behind a VNet or firewall, you must have a general-purpose v2 storage account. If you have a general-purpose v1 or blob storage account, upgrade to a general-purpose v2 storage account. For specific instructions see, Write audit to a storage account behind VNet and firewall. For more information, see Types of storage accounts.
  • Hierarchical namespace for all types of standard storage account and premium storage account with BlockBlobStorage is supported.
  • Audit logs are written to Append Blobs in an Azure Blob storage on your Azure subscription
  • Audit logs are in .xel format and can be opened by using SQL Server Management Studio (SSMS).
  • To configure an immutable log store for the server or database-level audit events, follow the instructions provided by Azure Storage. Make sure you have selected Allow additional appends when you configure the immutable blob storage.
  • You can write audit logs to an Azure Storage account behind a VNet or firewall.
  • For details about the log format, hierarchy of the storage folder and naming conventions, see the Blob Audit Log Format Reference.
  • Auditing on Read-Only Replicas is automatically enabled. For further details about the hierarchy of the storage folders, naming conventions, and log format, see the SQL Database Audit Log Format.
  • When using Azure AD Authentication, failed logins records will not appear in the SQL audit log. To view failed login audit records, you need to visit the Azure Active Directory portal, which logs details of these events.
  • Logins are routed by the gateway to the specific instance where the database is located. In the case of Azure AD logins, the credentials are verified before attempting to use that user to login into the requested database. In the case of failure, the requested database is never accessed, so no auditing occurs. In the case of SQL logins, the credentials are verified on the requested data, so in this case they can be audited. Successful logins, which obviously reach the database, are audited in both cases.
  • After you've configured your auditing settings, you can turn on the new threat detection feature and configure emails to receive security alerts. When you use threat detection, you receive proactive alerts on anomalous database activities that can indicate potential security threats. For more information, see Getting started with threat detection.
  • After a database with auditing enabled is copied to another logical server, you may receive an email notifying you that the audit failed. This is a known issue and auditing should work as expected on the newly copied database.

Set up auditing for your server

The default auditing policy includes the following set of action groups, which will audit all the queries and stored procedures executed against the database, as well as successful and failed logins:

  • BATCH_COMPLETED_GROUP
  • SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP
  • FAILED_DATABASE_AUTHENTICATION_GROUP

You can configure auditing for different types of actions and action groups using PowerShell, as described in the Manage SQL Database auditing using Azure PowerShell section.

Azure SQL Database and Azure Synapse Audit stores 4000 characters of data for character fields in an audit record. When the statement or the data_sensitivity_information values returned from an auditable action contain more than 4000 characters, any data beyond the first 4000 characters will be truncated and not audited. The following section describes the configuration of auditing using the Azure portal.

Note

  • Enabling auditing on a paused dedicated SQL pool is not possible. To enable auditing, un-pause the dedicated SQL pool. Learn more about dedicated SQL pool.
  • When auditing is configured to a Log Analytics workspace or to an Event Hubs destination via the Azure portal or PowerShell cmdlet, a Diagnostic Setting is created with "SQLSecurityAuditEvents" category enabled.

  1. Go to the Azure portal.

  2. Navigate to Auditing under the Security heading in your SQL database or SQL server pane.

  3. If you prefer to set up a server auditing policy, you can select the View server settings link on the database auditing page. You can then view or modify the server auditing settings. Server auditing policies apply to all existing and newly created databases on this server.

    For each action, click to specify if the action is a primary or secondary prevention strategy.

  4. If you prefer to enable auditing on the database level, switch Auditing to ON. If server auditing is enabled, the database-configured audit will exist side-by-side with the server audit.

  5. You have multiple options for configuring where audit logs will be written. You can write logs to an Azure storage account, to a Log Analytics workspace for consumption by Azure Monitor logs, or to event hub for consumption using event hub. You can configure any combination of these options, and audit logs will be written to each.

    For each action, click to specify if the action is a primary or secondary prevention strategy.

Auditing of Microsoft Support operations

Auditing of Microsoft Support operations for your logical server allows you to audit Microsoft support engineers' operations when they need to access your server during a support request. The use of this capability, along with your auditing, enables more transparency into your workforce and allows for anomaly detection, trend visualization, and data loss prevention.

To enable auditing of Microsoft Support operations navigate to Auditing under the Security heading in your Azure SQL server pane, and switch Enable Auditing of Microsoft support operations to ON.

For each action, click to specify if the action is a primary or secondary prevention strategy.

To review the audit logs of Microsoft Support operations in your Log Analytics workspace, use the following query:

AzureDiagnostics
| where Category == "DevOpsOperationsAudit"

You have the option of choosing a different storage destination for this auditing log, or use the same auditing configuration for your server.

For each action, click to specify if the action is a primary or secondary prevention strategy.

Audit to storage destination

To configure writing audit logs to a storage account, select Storage when you get to the Auditing section. Select the Azure storage account where you want to save your logs. You can use the following two storage authentication types: managed identity and storage access keys. For managed identity, system and user managed identity is supported. By default, the primary user identity assigned to the server is selected. If there is no user identity, then a system assigned identity is created and used for authentication purposes. After you have chosen an authentication type, select a retention period by opening *Advanced properties and selecting Save. Logs older than the retention period are deleted.

Note

If you are deploying from the Azure portal, be sure that the storage account is in the same region as your database and server. If you are deploying through other methods, the storage account can be in any region.

  • The default value for retention period is 0 (unlimited retention). You can change this value by moving the Retention (Days) slider in Advanced properties when configuring the storage account for auditing.

    • If you change retention period from 0 (unlimited retention) to any other value, please note that retention will only apply to logs written after retention value was changed (logs written during the period when retention was set to unlimited are preserved, even after retention is enabled).

    For each action, click to specify if the action is a primary or secondary prevention strategy.

Audit to Log Analytics destination

To configure writing audit logs to a Log Analytics workspace, select Log Analytics and open Log Analytics details. Select the Log Analytics workspace where logs will be written and then click OK. If you have not created a Log Analytics workspace, see Create a Log Analytics workspace in the Azure portal.

For each action, click to specify if the action is a primary or secondary prevention strategy.

For more details about Azure Monitor Log Analytics workspace, see Designing your Azure Monitor Logs deployment

Audit to Event Hubs destination

To configure writing audit logs to an event hub, select Event Hub. Select the event hub where logs will be written and then click Save. Be sure that the event hub is in the same region as your database and server.

For each action, click to specify if the action is a primary or secondary prevention strategy.

Analyze audit logs and reports

If you chose to write audit logs to Log Analytics:

  • Use the Azure portal. Open the relevant database. At the top of the database's Auditing page, select View audit logs.

    For each action, click to specify if the action is a primary or secondary prevention strategy.

  • Then, you have two ways to view the logs:

    Clicking on Log Analytics at the top of the Audit records page will open the Logs view in Log Analytics workspace, where you can customize the time range and the search query.

    For each action, click to specify if the action is a primary or secondary prevention strategy.

    Clicking View dashboard at the top of the Audit records page will open a dashboard displaying audit logs info, where you can drill down into Security Insights, Access to Sensitive Data and more. This dashboard is designed to help you gain security insights for your data. You can also customize the time range and search query.

    For each action, click to specify if the action is a primary or secondary prevention strategy.

    For each action, click to specify if the action is a primary or secondary prevention strategy.

    For each action, click to specify if the action is a primary or secondary prevention strategy.

  • Alternatively, you can also access the audit logs from Log Analytics blade. Open your Log Analytics workspace and under General section, click Logs. You can start with a simple query, such as: search "SQLSecurityAuditEvents" to view the audit logs. From here, you can also use Azure Monitor logs to run advanced searches on your audit log data. Azure Monitor logs gives you real-time operational insights using integrated search and custom dashboards to readily analyze millions of records across all your workloads and servers. For additional useful information about Azure Monitor logs search language and commands, see Azure Monitor logs search reference.

If you chose to write audit logs to Event Hub:

  • To consume audit logs data from Event Hub, you will need to set up a stream to consume events and write them to a target. For more information, see Azure Event Hubs Documentation.
  • Audit logs in Event Hub are captured in the body of Apache Avro events and stored using JSON formatting with UTF-8 encoding. To read the audit logs, you can use Avro Tools or similar tools that process this format.

If you chose to write audit logs to an Azure storage account, there are several methods you can use to view the logs:

  • Audit logs are aggregated in the account you chose during setup. You can explore audit logs by using a tool such as Azure Storage Explorer. In Azure storage, auditing logs are saved as a collection of blob files within a container named sqldbauditlogs. For further details about the hierarchy of the storage folders, naming conventions, and log format, see the SQL Database Audit Log Format.

  • Use the Azure portal. Open the relevant database. At the top of the database's Auditing page, click View audit logs.

    For each action, click to specify if the action is a primary or secondary prevention strategy.

    Audit records opens, from which you'll be able to view the logs.

    • You can view specific dates by clicking Filter at the top of the Audit records page.

    • You can switch between audit records that were created by the server audit policy and the database audit policy by toggling Audit Source.

      For each action, click to specify if the action is a primary or secondary prevention strategy.

  • Use the system function sys.fn_get_audit_file (T-SQL) to return the audit log data in tabular format. For more information on using this function, see sys.fn_get_audit_file.

  • Use Merge Audit Files in SQL Server Management Studio (starting with SSMS 17):

    1. From the SSMS menu, select File > Open > Merge Audit Files.

      For each action, click to specify if the action is a primary or secondary prevention strategy.

    2. The Add Audit Files dialog box opens. Select one of the Add options to choose whether to merge audit files from a local disk or import them from Azure Storage. You are required to provide your Azure Storage details and account key.

    3. After all files to merge have been added, click OK to complete the merge operation.

    4. The merged file opens in SSMS, where you can view and analyze it, as well as export it to an XEL or CSV file, or to a table.

  • Use Power BI. You can view and analyze audit log data in Power BI. For more information and to access a downloadable template, see Analyze audit log data in Power BI.

  • Download log files from your Azure Storage blob container via the portal or by using a tool such as Azure Storage Explorer.

    • After you have downloaded a log file locally, double-click the file to open, view, and analyze the logs in SSMS.
    • You can also download multiple files simultaneously via Azure Storage Explorer. To do so, right-click a specific subfolder and select Save as to save in a local folder.
  • Additional methods:

    • After downloading several files or a subfolder that contains log files, you can merge them locally as described in the SSMS Merge Audit Files instructions described previously.
    • View blob auditing logs programmatically: Query Extended Events Files by using PowerShell.

Production practices

Auditing geo-replicated databases

With geo-replicated databases, when you enable auditing on the primary database the secondary database will have an identical auditing policy. It is also possible to set up auditing on the secondary database by enabling auditing on the secondary server, independently from the primary database.

  • Server-level (recommended): Turn on auditing on both the primary server as well as the secondary server - the primary and secondary databases will each be audited independently based on their respective server-level policy.
  • Database-level: Database-level auditing for secondary databases can only be configured from Primary database auditing settings.
    • Auditing must be enabled on the primary database itself, not the server.

    • After auditing is enabled on the primary database, it will also become enabled on the secondary database.

      Important

      With database-level auditing, the storage settings for the secondary database will be identical to those of the primary database, causing cross-regional traffic. We recommend that you enable only server-level auditing, and leave the database-level auditing disabled for all databases.

Storage key regeneration

In production, you are likely to refresh your storage keys periodically. When writing audit logs to Azure storage, you need to resave your auditing policy when refreshing your keys. The process is as follows:

  1. Open Advanced properties under Storage. In the Storage Access Key box, select Secondary. Then click Save at the top of the auditing configuration page.

    For each action, click to specify if the action is a primary or secondary prevention strategy.

  2. Go to the storage configuration page and regenerate the primary access key.

    For each action, click to specify if the action is a primary or secondary prevention strategy.

  3. Go back to the auditing configuration page, switch the storage access key from secondary to primary, and then click OK. Then click Save at the top of the auditing configuration page.

  4. Go back to the storage configuration page and regenerate the secondary access key (in preparation for the next key's refresh cycle).

Manage Azure SQL Database auditing

Using Azure PowerShell

PowerShell cmdlets (including WHERE clause support for additional filtering):

  • Create or Update Database Auditing Policy (Set-AzSqlDatabaseAudit)
  • Create or Update Server Auditing Policy (Set-AzSqlServerAudit)
  • Get Database Auditing Policy (Get-AzSqlDatabaseAudit)
  • Get Server Auditing Policy (Get-AzSqlServerAudit)
  • Remove Database Auditing Policy (Remove-AzSqlDatabaseAudit)
  • Remove Server Auditing Policy (Remove-AzSqlServerAudit)

For a script example, see Configure auditing and threat detection using PowerShell.

Using REST API

REST API:

  • Create or Update Database Auditing Policy
  • Create or Update Server Auditing Policy
  • Get Database Auditing Policy
  • Get Server Auditing Policy

Extended policy with WHERE clause support for additional filtering:

  • Create or Update Database Extended Auditing Policy
  • Create or Update Server Extended Auditing Policy
  • Get Database Extended Auditing Policy
  • Get Server Extended Auditing Policy

Using Azure CLI

  • Manage a server's auditing policy
  • Manage a database's auditing policy

Using Azure Resource Manager templates

You can manage Azure SQL Database auditing using Azure Resource Manager templates, as shown in these examples:

  • Deploy an Azure SQL Database with Auditing enabled to write audit logs to Azure Blob storage account
  • Deploy an Azure SQL Database with Auditing enabled to write audit logs to Log Analytics
  • Deploy an Azure SQL Database with Auditing enabled to write audit logs to Event Hubs

Note

The linked samples are on an external public repository and are provided 'as is', without warranty, and are not supported under any Microsoft support program/service.

See also

  • Data Exposed episode What's New in Azure SQL Auditing on Channel 9.
  • Auditing for SQL Managed Instance
  • Auditing for SQL Server

Feedback

Submit and view feedback for


Additional resources

Additional resources

In this article

What are primary and secondary prevention strategies?

Summary. Primary prevention includes those measures that prevent the onset of illness before the disease process begins. Immunization against infectious disease is a good example. Secondary prevention includes those measures that lead to early diagnosis and prompt treatment of a disease.

What are examples of primary and secondary prevention?

Vaccinations, counseling to change high-risk behaviors, and sometimes chemoprevention are types of primary prevention. In secondary prevention, disease is detected and treated early, often before symptoms are present, thereby minimizing serious consequences.

What is an example of a secondary prevention strategy?

Secondary prevention Examples include: regular exams and screening tests to detect disease in its earliest stages (e.g. mammograms to detect breast cancer) daily, low-dose aspirins and/or diet and exercise programs to prevent further heart attacks or strokes.

Which is an example of primary prevention strategies?

Primary Prevention: It commonly institutes activities that limit risk exposure or increase the immunity of individuals at risk to prevent a disease from progressing in a susceptible individual to subclinical disease. For example, immunizations are a form of primary prevention.