AZ-204 · Question #436
Case Study 8 - VanArsdel, Ltd Background VanArsdel, Ltd. is a global office supply company. The company is based in Canada and has retail store locations across the world. The company is developing se
The correct answer is B. Process the change feed logs of the Azure Blob storage account by using an Azure Function. E. Subscribe to blob storage events by using an Azure Function and Azure Event Grid. Filter the. Scenario: Audit store sale transaction information nightly to validate data, process sales financials, and reconcile inventory. "Process the change feed logs of the Azure Blob storage account by using an Azure Function. Specify a time range for the change feed data": Change feed
Question
Options
- AUpdate the retail store location data upload process to include blob index tags. Create an Azure
- BProcess the change feed logs of the Azure Blob storage account by using an Azure Function.
- CEnable blob versioning for the storage account. Use an Azure Function to process a list of the
- DProcess an Azure Storage blob inventory report by using an Azure Function. Create rule filters on
- ESubscribe to blob storage events by using an Azure Function and Azure Event Grid. Filter the
How the community answered
(42 responses)- A2% (1)
- B81% (34)
- C5% (2)
- D12% (5)
Explanation
Scenario: Audit store sale transaction information nightly to validate data, process sales financials, and reconcile inventory. "Process the change feed logs of the Azure Blob storage account by using an Azure Function. Specify a time range for the change feed data": Change feed support is well-suited for scenarios that process data based on objects that have changed. For example, applications can: Store, audit, and analyze changes to your objects, over any period of time, for security, compliance or intelligence for enterprise data management. "Subscribe to blob storage events by using an Azure Function and Azure Event Grid. Filter the events by store location": Azure Storage events allow applications to react to events, such as the creation and deletion of blobs. It does so without the need for complicated code or expensive and inefficient polling services. The best part is you only pay for what you use. Blob storage events are pushed using Azure Event Grid to subscribers such as Azure Functions, Azure Logic Apps, or even to your own http listener. Event Grid provides reliable event delivery to your applications through rich retry policies and dead-lettering. https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-change-feed https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-event-overview
Topics
Community Discussion
No community discussion yet for this question.