create webjobs programatically without certificates

I have an azure web site . URL like "http://MyUrl.azurewebsites.net" and have a page CreateJobs.aspx. Whenever I type a name and select file using FileUpload control , want to create WebJobs under MyUrl site. that may be ondemand, continuous, scheduled one.

The main thing is that I don't want to use any credentials as I am running the code from inside the site. I have already logged in, any chance of using the currently logged in user and create jobs?

Or atleast by providing the username and password of an account in azure. But I should pass the credentials through C#. So everything should be a C# code?


March 30th, 2015 8:06pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics