I am aware that an Azure function app offers a variety of ways its functions can be triggered. Among this is a the Azure storage queue trigger.
I need to use this exact method in my on-premise .NET Core 3.1 Web API project, which until now is exclusively triggered by http requests.
Can this be done?
Cheers