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.
First we need to find site credentials(publish profile credentials).You can find site credentials by following Option 1 or Option 2.