Hello @Leon Patmore - Thanks for posting on MS Q&A! It sounds like you've created a Function App and setup the required App Settings but did you also create functions? If you're using Portal, here are the steps: Create your first function in the Azure portal
Did not find functions with language [python].
Leon Patmore
1
Reputation point
Hello,
I am trying to create a web app function for a python function. I am using the following app settings:
FUNCTIONS_EXTENSION_VERSION=~4
FUNCTIONS_WORKER_RUNTIME=python
Which according to the docs should be valid. However, I am getting the following error on the console:
Microsoft.Azure.WebJobs.Script: Did not find functions with language [python].
I have tried to find out the meaning of this but have been unable to find any useful information. Does anyone know exactly what this means, and what a possible cause is?
Cheers
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions