A queue-triggered function executes code when a new message comes into a queue, a data structure from which you can retrieve items in the order they came in (we call this ordering principle FIFO: first in, first out)
mkdir QueueTrigger
cd QueueTrigger
func init . --docker
Select dotnet
func new
Select QueueTrigger then select a name for your function.