Hi!
I'm trying to deploy some of my functions to Azure Functions app. I use Serverless Framework for deployment with serverless-azure-functions extension.
When I deploy functions to a Windows host type - it discovers functions properly and they work. When I try to do the same for a linux machine - i get no functions displayed.
My question is how can I debug this problem? for windows I have a console, so I can check what was deployed. But for linux machine I can't find anything similar
