70-246 · Question #202
70-246 Question #202: Real Exam Question with Answer & Explanation
The correct answer is A: the .bat /batch computer jobs. In the context of Azure Automation or Azure WebJobs, 'assembly jobs' refer to executable automation tasks. Batch (.bat) scripts are a supported job type that runs on demand or on a schedule to perform assembly-style automation tasks on Azure compute resources. In Azure App Servic
Question
Options
- Athe .bat /batch computer jobs
- Bweb jobs not sure
- Cmissing
- Dmissing
Explanation
In the context of Azure Automation or Azure WebJobs, 'assembly jobs' refer to executable automation tasks. Batch (.bat) scripts are a supported job type that runs on demand or on a schedule to perform assembly-style automation tasks on Azure compute resources. In Azure App Service WebJobs, batch files are one of the supported script types for triggered or continuous jobs. While the question and remaining answer choices are incomplete (options C and D are missing), the batch/script job type (A) is the most consistent match for the concept of 'assembly jobs' in an Azure automation context.
Community Discussion
No community discussion yet for this question.