Developing Solutions for Microsoft Azure (legacy) — Question 2
You need to ensure receipt processing occurs correctly.
What should you do?
Answer options
- A. Use blob metadata to prevent concurrency problems.
- B. Use blob SnapshotTime to prevent concurrency problems.
- C. Use blob leases to prevent concurrency problems.
- D. Use blob properties to prevent concurrency problems.
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.