Hi @reflash
Can you please provide more information on how you are deploying the function app for the Linux OS.
If you are using Visual Studio Code then while deploying you can navigate to "Output" window to view the deployment details.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
Hi @reflash
Can you please provide more information on how you are deploying the function app for the Linux OS.
If you are using Visual Studio Code then while deploying you can navigate to "Output" window to view the deployment details.