Skip to content

Commit f224ad1

Browse files
authored
Merge pull request #106126 from DavidTrigano/patch-27
Support audit read-only replicas
2 parents a35a74e + b049dda commit f224ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sql-database/sql-database-read-scale-out.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The Read Scale-Out feature is enabled by default on new Premium, Business Criti
2929
If you wish to ensure that the application connects to the primary replica regardless of the `ApplicationIntent` setting in the SQL connection string, you must explicitly disable read scale-out when creating the database or when altering its configuration. For example, if you upgrade your database from Standard or General Purpose tier to Premium, Business Critical or Hyperscale tier and want to make sure all your connections continue to go to the primary replica, disable Read Scale-out. For details on how to disable it, see [Enable and disable Read Scale-Out](#enable-and-disable-read-scale-out).
3030

3131
> [!NOTE]
32-
> Query Data Store, Extended Events, SQL Profiler and Audit features are not supported on the read-only replicas.
32+
> Query Data Store, Extended Events and SQL Profiler features are not supported on the read-only replicas.
3333
3434
## Data consistency
3535

0 commit comments

Comments
 (0)