Skip to content

Commit 187d195

Browse files
authored
Merge pull request #97800 from DavidTrigano/patch-21
Update sql-database-auditing.md
2 parents 0fbf69e + f3f369c commit 187d195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sql-database/sql-database-auditing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ If you chose to write audit logs to Event Hub:
149149
If you chose to write audit logs to an Azure storage account, there are several methods you can use to view the logs:
150150

151151
> [!NOTE]
152-
> Auditing on Read-Only Replica is automatically enabled. For further details about the hierarchy of the storage folder, naming conventions, and log format, see the [SQL Database Audit Log Format](sql-database-audit-log-format.md).
152+
> Auditing on [Read-Only Replicas](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-read-scale-out) 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](sql-database-audit-log-format.md).
153153
154-
- 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](https://storageexplorer.com/). 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 folder, naming conventions, and log format, see the [SQL Database Audit Log Format](https://go.microsoft.com/fwlink/?linkid=829599).
154+
- 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](https://storageexplorer.com/). 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](https://go.microsoft.com/fwlink/?linkid=829599).
155155

156156
- Use the [Azure portal](https://portal.azure.com). Open the relevant database. At the top of the database's **Auditing** page, click **View audit logs**.
157157

0 commit comments

Comments
 (0)