WebJobs is a feature of Azure App Service that enables you to run a program or script in the same instance as a web app, API app, or mobile app. There's no extra cost to use WebJobs.
Azure WebJobs enable you to run programs or scripts in your website as background processes. It runs and scales as part of Azure Web Sites. WebJobs aren't supported for App Service on Linux yet.
What Scheduling Options are supported by Azure WebJobs?
Azure WebJobs can run continuously, on demand or on a schedule.
Supported file types for scripts or programs
The following file types are supported:
- .cmd, .bat, .exe (using Windows cmd)
- .ps1 (using PowerShell)
- .sh (using Bash)
- .php (using PHP)
- .py (using Python)
- .js (using Node.js)
- .jar (using Java)
Read More : https://learn.microsoft.com, https://www.c-sharpcorner.com
0 comments:
Post a Comment