LoslegenKostenlos loslegen

Connect Storage Queue to Azure Function

Cipher Coffee's order workflow uses an Azure Storage Queue to capture new orders and an Azure Function to process them asynchronously. You will connect the existing queue orderqueue to a pre-made Function App by adding a Queue trigger, then validate that a test message is processed end to end.

Diese Übung ist Teil des Kurses

Develop for Azure Storage

Kurs anzeigen

Anleitung zur Übung

In your Function App, add a new function using the Azure Queue Storage trigger.,Configure the trigger to listen on the orderqueue queue and bind it to a valid storage connection (e.g., AzureWebJobsStorage).,Insert a test message into orderqueue and validate the function runs by checking Monitor and Logs. Screenshot showing a Function App Queue trigger configuration with queue name orderqueue and a successful invocation entry in Monitor.

Interaktive Übung

In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.

Übung starten