An Azure service that provides an event-driven serverless compute platform.
Hello @Andrei Witek , apologies for the delayed response here.
To get rid of the issue I think you will have to delete the HttpTrigger3 Function and recreate it. To delete you can go to the Functions Tab select the function and delete it.
When you recreate the HttpTrigger3 Function by following the steps here for Azure Cosmos DB input binding in step 9 please add Document ID setting as {id} and for Partition key {id} as well. Same for Azure Cosmos DB output binding please add Partition key as {id}
I have requested you to recreate function app because updating the function.json via portal does not reflect the correct value sometimes as it is not a recommended way. You can go through this Azure Functions binding expression patterns doc to understand more about why id parameter is passed in curly braces.
I have reached out to the team internally to rectify the exercise document and include the suggested changes above.
Please let me know if there are any concerns. Thank you!