Question 134 of 179 from exam AZ-204: Developing Solutions for Microsoft Azure

Question 134 of 179 from exam AZ-204: Developing Solutions for Microsoft Azure

Question

DRAG DROP - You are developing an Azure solution to collect inventory data from thousands of stores located around the world.Each store location will send the inventory data hourly to an Azure Blob storage account for processing.

The solution must meet the following requirements: -> Begin processing when data is saved to Azure Blob storage.

-> Filter data based on store location information.

-> Trigger an Azure Logic App to process the data for output to Azure Cosmos DB.

-> Enable high availability and geographic distribution.

-> Allow 24-hours for retries.

-> Implement an exponential back off data processing.

You need to configure the solution.

What should you implement? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Select and Place:

Technologies

Azure Event Hub

Azure Event Grid

Azure Service Bus

Azure Blob Storage

Azure App Service

Azure Logic App

Answer Area

Object

Event Source

Event Receiver

Event Handler

Technology

Explanations

Technologies
Azure Event Hub

Azure Blob Storage

Azure App Service

Answer Area
Object

Event Source

Event Receiver

Event Handler

Technology

Azure Event Grid ~~]

Azure Logic App

Azure Service Bus

Box 1: Azure Event Grid - 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.

Box 2: Azure Logic App - Event Grid uses event subscriptions to route event messages to subscribers.

This image illustrates the relationship between event publishers, event subscriptions, and event handlers.

Topics Event Subscriptions

Hy

@ si store

Azure Functions <>
(64) Resource Groups

Logic Apps {a}
GG, Prur2 Subscriptions

= Azure Automation RG}
it* Event Hubs

=
WebHooks SS
B Custom Topics Gs

Event Publishers Event Handlers

Box 3: Azure Service Bus - The Event Grid service doesn't store events.

Instead, events are stored in the Event Handlers, including ServiceBus, EventHubs, Storage Queue, WebHook endpoint, or many other supported Azure Services.

https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-event-overview https://docs.microsoft.com/en-us/java/api/overview/azure/messaging-eventgrid-readme