Skip to Content
Serverless computing in Azure with .NET
book

Serverless computing in Azure with .NET

by Sasha Rosenbaum
August 2017
Intermediate to advanced
468 pages
12h 5m
English
Packt Publishing
Content preview from Serverless computing in Azure with .NET

Azure WebJobs

Azure WebJobs are a part of Azure App Service, and run in the same compute “container” as your Web App, at no additional cost. WebJobs are intended to run background tasks for your Azure Web, API, or Mobile apps without the need to provision infrastructure.

The WebJobs SDK provides built-in integrations with commonly used services such as Azure Storage or Azure Service Bus, and it is extensible. WebJobs can be deployed to an Azure Web App without an actual Web frontend. With this approach, WebJobs can be used to run any scheduled or continuously executing background jobs.

WebJobs can run programs (.exe, .cmd, .jar, and more) or scripts (.ps1, .sh, .js, and more). A typical job is implemented as a console application or a script. ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Azure Serverless Computing

Mastering Azure Serverless Computing

Lorenzo Barbieri, Massimo Bonanni
Implementing Azure: Putting Modern DevOps to Use

Implementing Azure: Putting Modern DevOps to Use

Florian Klaffenbach, Oliver Michalski, Markus Klein, Mohamed Wali

Publisher Resources

ISBN: 9781787288393Supplemental Content