Did not find functions with language [python].

Leon Patmore 1 Reputation point
2022-11-21T23:01:15.27+00:00

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
{count} votes

1 answer

Sort by: Most helpful
  1. MikeUrnun 9,777 Reputation points Moderator
    2022-11-28T19:02:34.247+00:00

    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


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.