So we have deployed a azure web job which gets triggered automatically by the set scheduled time. But for debugging purpose we also want to trigger the job manually and we do not want to give access to the testers. So we are planning to add a button in the UI and trigger the web job from there.
I have found this post where it says I can trigger the job by calling the API. I have tried that and it gives me an 404 error. I have tried to follow this blog post but still get the same error.
We do not want to use event driven trigger as this is just a temporary feature for testing and need to minimize the cost.