ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 215 - AZ-204 discussion

Report
Export

HOTSPOT

You need to implement the retail store location Azure Function.

How should you configure the solution? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 215
Correct answer: Question 215

Explanation:

Scenario: Retail store locations: Azure Functions must process data immediately when data is uploaded to Blob storage.

Box 1: HTTP

Binding configuration example: https://.blob.core.windows.net

Box 2: Input

Read blob storage data in a function: Input binding

Box 3: Blob storage

The Blob storage trigger starts a function when a new or updated blob is detected.

Azure Functions integrates with Azure Storage via triggers and bindings. Integrating with Blob storage allows you to build

functions that react to changes in blob data as well as read and write values.

Reference:

https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-trigger

asked 02/10/2024
Roberto Pili
29 questions
User
0 comments
Sorted by

Leave a comment first