All of Microsoft's documentation is based on 2.2.0 and is years old. I cant not figure out how to use BlobTriggers in 3.0 (full release, non-beta)
The packages included:
PackageReference Include="Microsoft.Azure.WebJobs.Core" Version="3.0.1" />
PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="3.0.0" />
Now anywhere I use blob triggers, it can't find the attribute and doesn't give me any help in the "Quick Actions and Refactorings":
It's probably a stupid question, but what do I need to do to get this back up and running?