Microsoft Exam Questions

You need to implement the messaging solution.

You are developing an Azure Service application that processes queue data when it receives a message from a mobile application. Messages may not be sent to the service consistently.

You have the following requirements:

⦁ Queue size must not grow larger than 80 gigabytes (GB).
⦁ Use first-in-first-out (FIFO) ordering of messages.
⦁ Minimize Azure costs.

You need to implement the messaging solution.

Solution: Use the .Net API to add a message to an Azure Service Bus Queue from the mobile application. Create an Azure Function App that uses an Azure Service Bus Queue trigger.

Does the solution meet the goal?

A. Yes

B. No

Explanation:
You can create a function that is triggered when messages are submitted to an Azure Storage queue.

Reference:
https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-storage-queue-triggered-function