with azure webjobs how do i pass parameter for a scheduled task
问题 I am creating a dot net console app that will run as an Azure webjob. It is scheduled to run once an hour. I am wondering how I pass a parameter to the job when it is invoked? 回答1: Scheduled WebJobs are actually 2 separate resources: Triggered WebJob Azure Scheduler Job To pass parameters to the WebJob you need to go to the scheduled job (in the management portal) and update the url that is used to invoke the triggered WebJob. The REST API is described here: https://github.com/projectkudu