Which folder location should you deploy CleanLogs.cmd?

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 WebJob is stored under the following directory in your site:sitewwwrootApp_Datajobs{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).References:http://blog.amitapple.com/post/74215124623/deploy-azure-webjobs/#.VDZam_mSx8E

Question:

Which folder location should you deploy CleanLogs.cmd?

Options:

./App_Code/jobs/triggered/cleanLogs/CleanLogs.cmd

./App_Data/jobs/triggered/clean Logs/CleanLogs.cmd

./App_Code/jobs/continuous/cleanLogs/CleanLogs.cmd

./App_Data/jobs/continuous/cleanLogs/CleanLogs.cmd

Correct Answer

The Correct Answer for this Question is

./App_Data/jobs/triggered/clean Logs/CleanLogs.cmd

Leave a Comment