General Availability: Azure Websites WebJobs
Share
Services
We are delighted to announce the general availability of [Microsoft Azure Websites WebJobs](https://go.microsoft.com/?linkid=9863187). The WebJobs feature of Azure Websites provides an easy way for you to run programs such as services or background tasks on an Azure-hosted website. You can upload almost any form of executable or a script as a WebJob to your site. A WebJob can be triggered on a predefined schedule or on demand, or a WebJob can run continuously. A site can have multiple WebJobs with a mix of WebJobs modes.In addition to Azure Websites WebJobs general availability, we are announcing the general availability of the Azure WebJobs SDK. The WebJobs SDK provides a framework that lets you write a minimum amount of code to get common tasks done. The WebJobs SDK has a binding and trigger system that works with Azure Storage Blobs, Queues, and Tables as well as Service Bus Queues. The binding system makes it easy to write code that reads or writes Azure Storage objects. The trigger system calls a function in your code whenever any new data is received in a queue or blob.
## Feature List
#### Azure Websites WebJobs
* Running modes: Trigger on demand, Scheduled, Continues.
* Always-On makes sure your Azure Websites and associated WebJobs are always available.
* Detailed WebJob Runtime Process Monitoring.
#### WebJobs SDK
* Easy to use binding system to Azure Storage Queues, Blobs, and Service Bus.
* Azure WebJobs SDK Dashboard.
* Can handle millions of objects.
## Learn More
To learn more about WebJobs and the WebJobs SDK, get started with the [Azure WebJobs Recommended Resources](https://aka.ms/webjobs).
* App Service
* Automation
* [ App Service](https://azure.microsoft.com/en-gb/products/app-service/)
* [ Automation](https://azure.microsoft.com/en-gb/products/automation/)
What else is happening at Microsoft Azure?
Read update
Services
Share
Generally Available: Storage account default maximum request rate limit increase to 40,000 requests per second
December 12th, 2024
Services
Share
Read update
Services
Share
Generally Available: Regional Disaster Recovery by Azure Backup for AKS
November 22nd, 2024
Services
Share
Generally Available: Enhancements on Azure Container Storage for performance, scalability, and operational insights
November 19th, 2024
Services
Share