Functions are deployed when using windows instance, but not found for linux

reflash 1 Reputation point
2020-11-21T11:20:50.857+00:00

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

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 69,971 Reputation points
    2020-11-23T04:34:18.827+00:00

    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.

    41802-image.png

    0 comments No comments