ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 66 - AZ-204 discussion

Report
Export

You need to ensure receipt processing occurs correctly.

What should you do?

A.
Use blob properties to prevent concurrency problems
Answers
A.
Use blob properties to prevent concurrency problems
B.
Use blob SnapshotTime to prevent concurrency problems
Answers
B.
Use blob SnapshotTime to prevent concurrency problems
C.
Use blob metadata to prevent concurrency problems
Answers
C.
Use blob metadata to prevent concurrency problems
D.
Use blob leases to prevent concurrency problems
Answers
D.
Use blob leases to prevent concurrency problems
Suggested answer: B

Explanation:

You can create a snapshot of a blob. A snapshot is a read-only version of a blob that's taken at a point in time. Once a snapshot has been created, it can be read, copied, or deleted, but not modified. Snapshots provide a way to back up a blob as it appears at a moment in time.

Scenario: Processing is performed by an Azure Function that uses version 2 of the Azure Function runtime. Once processing is completed, results are stored in Azure Blob Storage and an Azure SQL database. Then, an email summary is sent to the user with a link to the processing report. The link to the report must remain valid if the email is forwarded to another user.

Reference:

https://docs.microsoft.com/en-us/rest/api/storageservices/creating-a-snapshot-of-a-blob

asked 02/10/2024
Leon Duke
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first