I'm going to create a Windows Azure Scheduler Job that will make a RESTful call to a POSTresource at intervals. This part is simple, except that the URI is secure and requires credentials Basic Authentication.
Using the Azure Management Portal (or see using: http://msdn.microsoft.com/en-us/library/azure/dn495651.aspx ) I donβt see anywhere to add credentials Basic Authenticationor even custom header values.
Can I add credentials to a customized Azure Scheduled Job call HTTP/HTTPS, or can the scheduler not handle this ability?
source
share