Skip to content

Commit 5085ece

Browse files
committed
updated the code example intro
1 parent 7b8100a commit 5085ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-howto-concurrency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Every time you update a resource, its ETag changes automatically. When you imple
3535
3636
## Use cases and sample code
3737

38-
The following code demonstrates accessCondition checks for key update operations. It fails the update because the object's ETag is changed.
38+
The following code demonstrates optimistic concurrency for an update operation. It fails the second update because the object's ETag is changed by a previous update. More specifically, when the ETag in the request header no longer matches the ETag of the object, the search service return a status 400 bad request message, and the update fails.
3939

4040
```csharp
4141
using Azure;

0 commit comments

Comments
 (0)