I have a HTTP trigger, it is running fine locally. But in the deployed version, recently it stopped running & when calling the endpoint URL via postman I'm getting 404 Not Found error. No new changes were deployed specifically related to that trigger. In Azure Application Insights, I noticed the below message under traces & don't see any other exceptions related to this trigger.
Stopped the listener 'Microsoft.Azure.WebJobs.Extensions.Http.HttpTriggerAttributeBindingProvider+HttpTriggerBinding+NullListener' for function 'FileProcessorTrigger'
Also, the other HTTP triggers are working fine in the deployed version.
How to fix this issue?