Azure WebJobs are one of the underlying features of Azure App Service. They allow for the easy running of so-called "jobs" using different intervals, or even running them infinitely. They are very flexible and provide a special SDK, so users can work with them efficiently and quickly.
The following topics will be covered in this chapter:
- How to create Azure WebJobs
- Working with different trigger types (continuous and triggered)
- Using different file types for WebJobs