intro to azure webjobs

15
.Netter Tech Summit 2015 Sessions about to start – Get your rig on!

Upload: shahriar-hossain

Post on 13-Jan-2017

26 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: Intro to Azure Webjobs

.Netter Tech Summit 2015

Sessions about to start – Get your rig on!

Page 2: Intro to Azure Webjobs

Shahriar Hossain

Software Engineer

Consultant

Author, Microsoft Silverlight for Windows Phone

Tech blogger

Microsoft Technical Community Speaker

Page 3: Intro to Azure Webjobs

Welcome to the Azure Webjobs

Page 4: Intro to Azure Webjobs

Agenda What is Cron Job? What is Azure Webjobs Why Webjobs, why not something else? Azure Webjobs vs Azure Worker Role Supported Scripts Scenarios

Page 5: Intro to Azure Webjobs

What is Webjobs?Enable you to Host and schedule lightweight job in your website as background processes.

Page 6: Intro to Azure Webjobs

Why Azure WebJobs?• Its Free• Automatic Queue triggered• Resilient to errors• Work in paralle & Auto Scale out    • Unlimited in number• Auto deploy from GitHub• Easy tracking from Portal

Page 7: Intro to Azure Webjobs

Supported Scripts

.NET Batch PowerShell

JavaScript PHP Python

Page 8: Intro to Azure Webjobs

Scenarios CPU intensive work Queue Processing File Maintenance RSS Aggregators Long running background task

Page 9: Intro to Azure Webjobs

WebJobs

Page 10: Intro to Azure Webjobs

WebJobs

Page 11: Intro to Azure Webjobs

WorkerRoleor

WebJobs

Page 12: Intro to Azure Webjobs

Azure Webjobs demo

Page 13: Intro to Azure Webjobs

Community Group• Microsoft Azure Bangladesh• group: www.facebook.com/groups/microsoft.azure.bd• fan page: fb.com/microsoft.azure.bd• Asp.Net MVC - Bangladesh• www.facebook.com/groups/asp.net.mvc.bd• .Netter• www.facebook.com/groups/netter

• NerdCatsSchool • www.facebook.com/groups/NerdCatsSchool

Page 14: Intro to Azure Webjobs

Shahriar Hossain

Facebook

Find me athttp://facebook.com/Shahriar.cse

Personal Blog

LinkedIn

Find me athttp://bd.linkedin.com/in/shahriarhossain

Find amazing .Net stuffs at http://LearnWithShahriar.wordpress.com

Page 15: Intro to Azure Webjobs

Thank You