I have created an Azure function using the 3.0.0-beta8 version of the Microsoft.Azure.Functions, Microsoft.Azure.Functions.Core and the Microsoft.Azure.WebJobs.Extensions NuGet packages, and it does not resolve the QueueTriggerAttribute package - has this been deprecated / moved to a new library?
It is not immediately apparent what I install to use this trigger in an Azure Function.