Skip to content

Commit 6002e7f

Browse files
Update concurrency-manage.md
1 parent 38312f9 commit 6002e7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/blobs/concurrency-manage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Managing concurrency in Blob storage
2+
title: Manage concurrency in Blob Storage
33
titleSuffix: Azure Storage
44
description: Learn how to manage multiple writers to a blob by implementing either optimistic or pessimistic concurrency in your application. Optimistic concurrency checks the ETag value for a blob and compares it to the ETag provided. Pessimistic concurrency uses an exclusive lease to lock the blob to other writers.
55
services: storage
66
author: pauljewellmsft
77

88
ms.service: azure-blob-storage
99
ms.topic: conceptual
10-
ms.date: 04/05/2023
10+
ms.date: 09/04/2024
1111
ms.author: pauljewell
1212
ms.devlang: csharp
1313
ms.custom: devx-track-csharp
1414
---
1515

16-
# Managing Concurrency in Blob storage
16+
# Manage concurrency in Blob Storage
1717

1818
Modern applications often have multiple users viewing and updating data simultaneously. Application developers need to think carefully about how to provide a predictable experience to their end users, particularly for scenarios where multiple users can update the same data. There are three main data concurrency strategies that developers typically consider:
1919

0 commit comments

Comments
 (0)