Azure functions Deployment

Sridhar Baskaran 1 Reputation point
2020-08-04T07:38:23.727+00:00

Hi Team,

I have a text classification code built using Python. I wanted it to run on Azure(serverless computation). I have followed this example (https://learn.microsoft.com/en-us/azure/azure-functions/functions-machine-learning-tensorflow?tabs=cmd#create-and-activate-a-python-virtual-environment) and created similar files for my code too in MS visual studio code and ran it locally. It ran successfully on the local machine, I was able to send in a http request to the local host and get the desired output.

Later, I deployed it to the azure function app environment. It got deployed successfully but not getting executed. When I tried to test in the Code+Test environment it gives me 500 Internal Server Error.

Kindly, help me solve this issue.

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