API for my Azure Function App gives me error code 500

527 views Asked by At

I'm trying to use this Azure Function App python library, and following the small Hello World tutorial in the readme.

The push to Docker hub works fine, the function is created and appears in Portal, and I can access the main URL in my browser (Your Functions 2.0 app is up and running).

Everything seems fine until I try to call the API with the http:

http://funcmandag.azurewebsites.net/api/HttpTriggerJS1?name=NorwegianClassic

It returns http error code 500. This also happens locally. In Portal the function blade of the Function app in Function Apps says: Read-Only. What does this mean?

Has anyone a suggestion? How can I debug this?

1

There are 1 answers

0
NorwegianClassic On

I found the issues, the solutions are written here: https://github.com/Azure/azure-functions-docker-python-sample/issues/19