locating function.json file Azure function

Mohamed Hussein 610 Reputation points
2025-01-29T02:46:53.9666667+00:00

Good Day,

I've HTTP trigger based Python Azure function, i wanted to use durable function

As i far got i should use (starter) at the declaration of the function

async def HusAzFuncBulkUploadMSISDN(req: func.HttpRequest, starter: str) -> func.HttpResponse:

However, when i manually added starter: str, i got error

cannot load the HusAzFuncBulkUploadMSISDN function: the following parameters are declared in Python but not in function.json: {'starter'}

I can locate the hosted HusAzFuncBulkUploadMSISDN.json

but could not locate HusAzFuncBulkUploadMSISDN.json at the source code, to amend the binding

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

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.