QueueAzureFunctionApp
Http Trigger function with queue message output and then proccesed by a Queue Trigger function.
Created using VS 2017 Template and not from de Azure Portal.
Inspired by "implement async “fire and forget” HTTP triggers in azure functions" (https://stackoverflow.com/questions/38123887/can-i-implement-async-fire-and-forget-http-triggers-in-azure-functions#)
More info at:
- https://docs.microsoft.com/en-us/azure/azure-functions/functions-integrate-storage-queue-output-binding
- https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-storage-queue-triggered-function
- https://stackoverflow.com/questions/44961482/how-to-specify-output-bindings-of-azure-function-from-visual-studio-2017-preview