Exercise 2: Creating Functions
This exercise will guide you through creating functions within the previously created function app, using a data operation trigger, a timer trigger, and a webhook trigger.
Task 1: Creating a Function with a Data Operation Trigger
Follow these steps to create a function that uses a data operation trigger in the following scenario: each time a new message arrives in Azure Queue Storage, a new row should be created in Azure Table Storage with some data from the queue message:
- From the Overview blade of the function app, select Create function on the Functions tab, which has a heading of Create in Azure portal, to start creating the first function.
As already mentioned, the interface has changed recently at the time of writing and will likely change again, so do not be surprised if you have a slightly different experience with different buttons; you should be able to work out which buttons to click to achieve the same thing.
...