Developing Solutions for Microsoft Azure (legacy) — Question 2

You need to ensure receipt processing occurs correctly.
What should you do?

Answer options

Correct answer: B

Explanation

The correct answer is B because blob SnapshotTime allows you to capture the state of the blob at a specific point in time, which can help manage concurrency effectively. Options A, C, and D do not provide the same level of control over the state of the blob and may not prevent concurrency issues as effectively as SnapshotTime does.