Support concurrency in Blob storage apps with ETags and blob leases
link

Support concurrency in Blob storage apps with ETags and blob leases

Learn to develop apps that properly support concurrency against data in Azure Blob storage.

Microsoft Learn
Updated Jul 11, 2025

What you'll learn

  • Identify issues associated with concurrency in multi-user applications
  • Identify the three concurrency strategies used for data in Blob storage, along with their tradeoffs
  • Implement optimistic concurrency with blobs using ETags
  • Implement pessimistic concurrency with blobs using blob leases
Course Description

Develop apps that properly support concurrency against data in Azure Blob storage