Suggested Answer:A🗳️
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
Should Be B:
Continuous WebJob:
Starts immediately when the WebJob is created. To keep the job from ending, the program or script typically does its work inside an endless loop. If the job does end, you can restart it
Runs on all instances that the web app runs on. You can optionally restrict the WebJob to a single instance
Supports remote debugging
I believe the answer is correct. Since the webjob is deployed with the service that is when it gets triggered and I believe it runs for the life of the service. Since a webjob can only run on a single instance that would make the answer A.
upvoted 2 times
...
This section is not available anymore. Please use the main Exam Page.70-487 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Armstrong
Highly Voted 5 years agoDev666
4 years, 10 months agoDev666
4 years, 10 months agombellish
Most Recent 4 years, 5 months ago