54.5k views
1 vote
WebJobs can be used on Linux operating system.
a) True
b) False

1 Answer

5 votes

Final answer:

The statement that WebJobs can be used on Linux is true. WebJobs allow automated tasks in Azure-hosted applications and are supported on both Windows and Linux, offering a wide range of script and executable formats.

Step-by-step explanation:

The statement “WebJobs can be used on Linux operating system” is true. Azure WebJobs is a feature of Azure App Service that enables you to run a program or script in the same context as a web app, API app, or mobile app. There is no additional cost to use WebJobs. Azure supports running WebJobs with web apps that are hosted on both Windows and Linux. Since WebJobs are often used for background processing, they make it easy to write code that runs continuously or on a schedule, independent of user interaction or web traffic.

WebJobs support various script or executable formats such as .sh, .js, .jar, .py, .php, or .exe, depending on the runtime that's supported on the OS. Due to this flexibility and the cross-platform nature of Azure services, WebJobs provide a versatile way to automate background tasks in your Azure hosted applications on either Windows or Linux systems.

User Matheus Azevedo
by
8.8k points