Reader small image

You're reading from  Hands-On Azure for Developers

Product typeBook
Published inNov 2018
PublisherPackt
ISBN-139781789340624
Edition1st Edition
Tools
Right arrow
Author (1)
Kamil Mrzygłód
Kamil Mrzygłód
author image
Kamil Mrzygłód

Kamil Mrzygłód is a technical lead and technology advisor, working with multiple companies on designing and implementing Azure-based systems and platforms. He's a former Microsoft Azure Microsoft Most Valuable Professional (MVP) and certified trainer, who shares his knowledge via various channels, including conference speeches and open source projects and contributions. Kamil lives in Poland with his two cats and one dog, dedicating some of his time to video games, cooking, and traveling.
Read more about Kamil Mrzygłód

Right arrow

Chapter 2: Azure WebJobs

  1. Yes, it is possible to run WebJobs using the Free or Shared tier. However, it is not recommended as some jobs require that the Always On feature is enabled, which is not possible for the Free and Shared tiers.
  2. We can run a job either continuously or by triggering it manually/on schedule.
  3. Yes, you can. In general, WebJobs supports the same programming languages as App Services.
  4. You have can we deploy the run.{extension} file.
  5. If so, how to do that? Yes, you can; it is needed to archive all files as a ZIP package and deploy it.
  6. It has to be created as a single instance.
  7. Yes, WebJobs share application settings with App Services, which host them.
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Hands-On Azure for Developers
Published in: Nov 2018Publisher: PacktISBN-13: 9781789340624

Author (1)

author image
Kamil Mrzygłód

Kamil Mrzygłód is a technical lead and technology advisor, working with multiple companies on designing and implementing Azure-based systems and platforms. He's a former Microsoft Azure Microsoft Most Valuable Professional (MVP) and certified trainer, who shares his knowledge via various channels, including conference speeches and open source projects and contributions. Kamil lives in Poland with his two cats and one dog, dedicating some of his time to video games, cooking, and traveling.
Read more about Kamil Mrzygłód