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?
Asked
Active
Viewed 220 times
0
-
How's going? Has your issue been solved ? – Stanley Gong Nov 20 '20 at 01:39
-
@StanleyGong I couldnt find the executable or script files where you've shown then in your answer. I found them inside the temp folder – Madhav Shenoy Nov 22 '20 at 03:47
1 Answers
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

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