0

We've taken over an Azure environment for a client from a previous vendor. The previous vendor has installed a few WebJobs on the AppService but hasnt committed the code to git. Since relations with previous vendor ended badly, there is no way to retrieve the source code. I've been trying to find the executable in App Service but they aren't there under D:\home\data\jobs\triggered<JobName> all I find here are logs. Where are the executables/scripts for WebJobs saved?

Madhav Shenoy
  • 798
  • 12
  • 32

1 Answers1

0

If you want to get your Webjobs executables binary file or Script file, you can find them under the folder :

D:\home\site\wwwroot\app_data\Jobs\Triggered

enter image description here

Stanley Gong
  • 11,522
  • 1
  • 8
  • 16