Dear Experts, i'm losing more days on this task. your small information will help me.
I have a local IIS website from this asp.net site, I want to enter a job name and choose OnDemand or Continuous option and create a webjob for this. The zip file is already in a fixed location, so I will hardcode the path for that.
Since it is a website in my machine and Azure is a cloud, i have textboxes to enter username and password to authenticate.
So this is what I want to do, with the help of C# i want to authenticate to the azure with the username and password that is in textbox and create a webjob and schedule it . Is this doable and have any example/article . I tried some code for creating webjob
programatically and dynamically scheduler API, but im not getting anything success, not sure whether im on right path.
Many thanks in advance.
Thanks, Saravanan PRS