Download presentation
Presentation is loading. Please wait.
Published byQuentin Mitchell Modified over 8 years ago
1
BizTalk User Group Sweden, Gothenburg 16 th of June 2016 Inside Azure WebJobs STEEF-JAN WIGGERS
2
Steef-Jan Wiggers Microsoft Integration Consultant Microsoft Azure MVP Published Author (Inter)national Speaker TechNet Wiki Author Blogger Forums Runner 12th Man DutchWorkz B.V.
3
Agenda
4
What are WebJobs?
5
Demo
6
How are they stored and started?
7
Many Options for Deploying
8
Demo
9
Publish WebJobs
10
Connection
11
Settings
12
Deploy
13
Paths & Files File/Path disable.jobExistence of file stops the job. Deleting it starts the job. settings.jobAllows you to indicate: is_singleton to scale with website. { “is_singleton”: true } or { “is_singleton”: false } site\wwwroot\App_Data\jobs\continuous Path for continuous web jobs site\wwwroot\App_Data\jobs\triggered Path for on demand and scheduled web jobs data\jobsData directories for jobs job_log.txtText file of web job log status_{hash}Status file WebJobsSDK.markerSingleton lock file
14
Kudu Engine behind git deployments and WebJobs Can be run outside of Azure Provides dashboard functionality for a website Project Site https://github.com/projectkudu/kudu
15
Demo
16
WebJob SDK
17
WebJob SDK – Triggers and Bindings
18
Demo
19
WebJob SDK Extensions
20
Demo
21
Wrap up
22
Resources
23
Contact
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.