I am trying to deploy multiple WebJobs. The WebJobs are tied on a WebApp. Recently, I have noticed that the 'Run Command' on the WebJobs are different than the expected ones. So if the WebJob name is 'CopyFileWebJob', the Run Command for this WebJob should ideally be 'CopyFileJobWebJob.exe', but instead its a different 'exe' file that we added as a dependent package from NuGet. Please note that in order to deploy the WebJobs, we just publish the WebApp and that takes care of deploying all the WebJobs tied to it.
I am checking the 'Run Command' from WebJobs's log page which is available on the new Azure portal.
Is there a way to manually set what command the Azure WebJob should invoke? Thank you.