Trigger Azure web job from Blazor UI
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.