Wednesday, July 25, 2018

Scheduled Azure WebJobs Trigger Through C# Script

While you work with C# may get requirement to trigger a azure web job that is scheduled in azure which is displayed as triggered using your C# code.
Following steps show you how to trigger a web job using Web Job API.
  1. First we need to find site credentials(publish profile credentials).You can find site credentials by following Option 1 or Option 2.