HOTSPOT - You need to implement the retail store location Azure Function. How should you configure the solution? To answer, select the appropriate options in th...


Microsoft AZ-204 Exam

Questions Number: 351 out of 355 Questions
98.87%

Question 351
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.
Hot Area:
AZ-204_351Q.png related to the Microsoft AZ-204 Exam



Scenario: Retail store locations: Azure Functions must process data immediately when data is uploaded to Blob storage.
Box 1: HTTP -
Binding configuration example:
https://<storage_account_name>.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





Previous Questions Next Questions