70-246 · Question #202
You need to identify Azure assemblies jobs.
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…
Question
You need to identify Azure assemblies jobs.
Options
- Athe .bat /batch computer jobs
- Bweb jobs not sure
- Cmissing
- Dmissing
How the community answered
(51 responses)- A88% (45)
- B4% (2)
- C6% (3)
- D2% (1)
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.
Topics
Community Discussion
No community discussion yet for this question.