You need to configure the WebJob.
What should you do?
A . Set the type to Triggered. Set the Scale to Single Instance.
B . Set the type to Continuous. Set the Scale to Multiple Instance.
C . Set the type to Triggered. Set the Scale to Multiple Instance.
D . Set the type to Continuous. Set the Scale to Single Instance.
Answer: A
Explanation:
Scenario: An Azure WebJob named EventJob will be deployed with the Event Service Web App.
The WebJob:
Creates new computed events when partner events are created.
Must be active whenever the Event Service is running.
Triggered WebJobs Starts only when triggered manually or on a schedule. Runs on a single
instance that
Azure selects for load balancing.
References:
https://docs.microsoft.com/en-us/azure/app-service/webjobs-create