Skip to content

Commit e52c600

Browse files
authored
Merge pull request #50223 from CarlRabeler/patch-189
Update sql-database-read-scale-out.md
2 parents 092d250 + 65bc660 commit e52c600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: craigg
77
ms.service: sql-database
88
ms.custom: monitor & tune
99
ms.topic: conceptual
10-
ms.date: 07/16/2018
10+
ms.date: 8/27/2018
1111
ms.author: sashan
1212

1313
---
@@ -42,7 +42,7 @@ One of the benefits of Always ON is that the replicas are always in the transact
4242

4343
## Connecting to a read-only replica
4444

45-
When you enable Read Scale-Out for a database, the `ApplicationIntent` option in the connection string provided by the client dictates whether the connection is routed to the write replica or to a read-only replica. Specifically, if the `ApplicationIntent` value is `ReadWrite` (the default value), the connection will be directed to the database’s read-write replica. This is identical to existing behavior. If the `ApplicationIntent` value is `ReadOnly`, the connection is routed to a readable replica.
45+
When you enable Read Scale-Out for a database, the `ApplicationIntent` option in the connection string provided by the client dictates whether the connection is routed to the write replica or to a read-only replica. Specifically, if the `ApplicationIntent` value is `ReadWrite` (the default value), the connection will be directed to the database’s read-write replica. This is identical to existing behavior. If the `ApplicationIntent` value is `ReadOnly`, the connection is routed to a read-only replica.
4646

4747
For example, the following connection string connects the client to a read-only replica (replacing the items in the angle brackets with the correct values for your environment and dropping the angle brackets):
4848

0 commit comments

Comments
 (0)