Suggested Answer:B🗳️
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. References: https://docs.microsoft.com/en-us/rest/api/storageservices/creating-a-snapshot-of-a-blob
A point-in-time snapshot is a copy of a storage volume, file or database as they appeared at a given point in time and are used as method of data protection. In the event of a failure, users can restore their data from the most recent snapshot before the failure. Many point-in-time snapshots are read-only.
So C is not correct
B is correct.
"The link to the report must remain valid if the email is forwarded to another user."
With a snapshot, it can never be updated. With a lease, someone could release the lease and modify the blob. Then the URL would return not return the original BLOB
Concurrency can be achieved by either using Lease or using ETag(or last updated time) .
upvoted 8 times
...
This section is not available anymore. Please use the main Exam Page.AZ-203 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
IrfanSheikh
Highly Voted 5 years, 7 months agoSoftwareEngineeringMaster
3 years agoRegimiento
Highly Voted 5 years, 6 months agoExamStudent123
Most Recent 4 years, 10 months agocbn
4 years, 4 months agoather_13
4 years, 11 months agoKK_uniq
5 years, 3 months agoVkv
5 years, 3 months agoIrfanSheikh
5 years, 7 months ago