ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 162 - AZ-204 discussion

Report
Export

You are developing an application that uses Azure Blob storage.

The application must read the transaction logs of all the changes that occur to the blobs and the blob metadata in the storage account for auditing purposes. The changes must be in the order in which they occurred, include only create, update, delete, and copy operations and be retained for compliance reasons.

You need to process the transaction logs asynchronously.

What should you do?

A.
Process all Azure Blob storage events by using Azure Event Grid with a subscriber Azure Function app.
Answers
A.
Process all Azure Blob storage events by using Azure Event Grid with a subscriber Azure Function app.
B.
Enable the change feed on the storage account and process all changes for available events.
Answers
B.
Enable the change feed on the storage account and process all changes for available events.
C.
Process all Azure Storage Analytics logs for successful blob events.
Answers
C.
Process all Azure Storage Analytics logs for successful blob events.
D.
Use the Azure Monitor HTTP Data Collector API and scan the request body for successful blob events.
Answers
D.
Use the Azure Monitor HTTP Data Collector API and scan the request body for successful blob events.
Suggested answer: B

Explanation:

Change feed support in Azure Blob Storage The purpose of the change feed is to provide transaction logs of all the changes that occur to the blobs and the blob metadata in your storage account. The change feed provides ordered, guaranteed, durable, immutable, read-only log of these changes. Client applications can read these logs at any time, either in streaming or in batch mode. The change feed enables you to build efficient and scalable solutions that process change events that occur in your Blob Storage account at a low cost.

Reference: https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-change-feed

asked 02/10/2024
Carol Phelps
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first