Skip to content

Commit 82a949c

Browse files
authored
Merge pull request #103611 from KalyanChanumolu-MSFT/patch-22
(AzureCXP) MicrosoftDocs/azure-docs#47636
2 parents 653c712 + d93cd22 commit 82a949c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/sql-database/sql-database-elastic-scale-data-dependent-routing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ try {
141141
int customerId = 12345;
142142
int newPersonId = 4321;
143143

144-
Configuration.SqlRetryPolicy.ExecuteAction(() =>
145-
{
144+
Configuration.SqlRetryPolicy.ExecuteAction(() -> {
145+
146146
// Connect to the shard for a customer ID.
147147
using (SqlConnection conn = customerShardMap.OpenConnectionForKey(customerId, Configuration.GetCredentialsConnectionString(), ConnectionOptions.Validate))
148148
{
@@ -172,4 +172,4 @@ Transactional properties are guaranteed for all operations local to a shard. For
172172

173173
To detach a shard, or to reattach a shard, see [Using the RecoveryManager class to fix shard map problems](sql-database-elastic-database-recovery-manager.md)
174174

175-
[!INCLUDE [elastic-scale-include](../../includes/elastic-scale-include.md)]
175+
[!INCLUDE [elastic-scale-include](../../includes/elastic-scale-include.md)]

0 commit comments

Comments
 (0)