You administer an Azure Web Site named contoso. You create a job named Cleanlogs.cmd that will be
executed manually, twice a week.
You need to deploy the job.
To which folder location should you deploy CleanLogs.cmd?
A.
./App_Code/jobs/triggered/cleanLogs/CleanLogs.cmd
B.
./App_Data/jobs/triggered/clean Logs/CleanLogs.cmd
C.
./App_Code/jobs/continuous/cleanLogs/CleanLogs.cmd
D.
./App_Data/jobs/continuous/cleanLogs/CleanLogs.cmd
Explanation:
A WebJob is stored under the following directory in your site:
site\\wwwroot\\App_Data\\jobs\\{job type}\\{job name}
Where {job type} can be either continuous for a job that is always running or triggered for a job that starts from
an external trigger (on demand / scheduler).http://blog.amitapple.com/post/74215124623/deploy-azure-webjobs/#.VDZam_mSx8E