All Projects → Azure → Azure Webjobs Sdk

Azure / Azure Webjobs Sdk

Licence: other
Azure WebJobs SDK

Projects that are alternatives of or similar to Azure Webjobs Sdk

serverless-recipes
Compendium of Serverless samples with Azure Cosmos DB
Stars: ✭ 30 (-95.22%)
Mutual labels:  azure-functions
lets-encrypt-azure
Azure function based Let's Encrypt automation for Azure CDN & app services
Stars: ✭ 60 (-90.43%)
Mutual labels:  azure-functions
App Service Announcements
Subscribe to this repo to be notified about major changes in App Service
Stars: ✭ 377 (-39.87%)
Mutual labels:  azure-functions
jlik.me
URL Shortener project.
Stars: ✭ 31 (-95.06%)
Mutual labels:  azure-functions
ContosoLending
An ASP.NET Core 3.1 app showcasing gRPC, server-side Blazor, SignalR, and C# 8.
Stars: ✭ 15 (-97.61%)
Mutual labels:  azure-functions
Azure Functions Python Samples
Azure Functions Python Sample Codes
Stars: ✭ 266 (-57.58%)
Mutual labels:  azure-functions
vulcan
Server-less Twitch chat-bot using Azure functions & transient containers
Stars: ✭ 23 (-96.33%)
Mutual labels:  azure-functions
Azure Readiness Checklist
This checklist is your guide to the best practices for deploying secure, scalable, and highly available infrastructure in Azure. Before you go live, go through each item, and make sure you haven't missed anything important!
Stars: ✭ 457 (-27.11%)
Mutual labels:  azure-functions
durable-functions-producer-consumer
Uses Durable Functions' fan out pattern to load N messages across M sessions into various Azure Storage/Messaging services. Includes the ability to consume the messages with another Azure Function & load timing data in to Event Hubs for ingestion in to analytics services like Azure Data Explorer
Stars: ✭ 31 (-95.06%)
Mutual labels:  azure-functions
Appservice Acmebot
Automated ACME issuer for Azure App Service (Web Apps / Functions / Containers)
Stars: ✭ 281 (-55.18%)
Mutual labels:  azure-functions
Prisma-Enhanced-Remediation
Create custom auto-remediation solutions using serverless functions in the cloud.
Stars: ✭ 31 (-95.06%)
Mutual labels:  azure-functions
python-serverless-api
Boilerplate flask app that is portable between different serverless platforms (AWS, Azure, GCP).
Stars: ✭ 19 (-96.97%)
Mutual labels:  azure-functions
Serverless Microservices Reference Architecture
This reference architecture walks you through the decision-making process involved in designing, developing, and delivering a serverless application using a microservices architecture through hands-on instructions for configuring and deploying all of the architecture's components along the way. The goal is to provide practical hands-on experience in working with several Azure services and the technologies that effectively use them in a cohesive and unified way to build a serverless-based microservices architecture.
Stars: ✭ 270 (-56.94%)
Mutual labels:  azure-functions
DurableDungeon
A game designed to teach and learn serverless durable functions in C#
Stars: ✭ 55 (-91.23%)
Mutual labels:  azure-functions
25 Days Of Serverless
Repository responsible for 25 days of Serverless challenges
Stars: ✭ 400 (-36.2%)
Mutual labels:  azure-functions
smart-store
No description or website provided.
Stars: ✭ 73 (-88.36%)
Mutual labels:  azure-functions
faaskit
A lightweight middleware framework for functions as a service
Stars: ✭ 24 (-96.17%)
Mutual labels:  azure-functions
Rockpaperscissorslizardspock
Rock, Paper, Scissors, Lizard, Spock - Sample Application
Stars: ✭ 477 (-23.92%)
Mutual labels:  azure-functions
Guide
Serverless Guide - An open-source definitive guide to serverless architectures.
Stars: ✭ 421 (-32.85%)
Mutual labels:  azure-functions
Azure Webjobs Sdk Extensions
Azure WebJobs SDK Extensions
Stars: ✭ 275 (-56.14%)
Mutual labels:  azure-functions

Azure WebJobs SDK

Branch Status
master Build status
dev Build status
v2.x Build status

The Azure WebJobs SDK is a framework that simplifies the task of writing background processing code that runs in Azure. The Azure WebJobs SDK includes a declarative binding and trigger system that works with Azure Storage Blobs, Queues and Tables as well as Service Bus. The binding system makes it incredibly easy to write code that reads or writes Azure Storage objects. The trigger system automatically invokes a function in your code whenever any new data is received in a queue or blob.

In addition to the built in triggers/bindings, the WebJobs SDK is fully extensible, allowing new types of triggers/bindings to be created and plugged into the framework in a first class way. See Azure WebJobs SDK Extensions for details. Many useful extensions have already been created and can be used in your applications today. Extensions include a File trigger/binder, a Timer/Cron trigger, a WebHook HTTP trigger, as well as a SendGrid email binding.

Usually you'll host the WebJobs SDK in Azure WebJobs, but you can also run your jobs in a Worker Role. The Azure WebJobs feature of Azure Web Apps provides an easy way for you to run programs such as services or background tasks in a Web App. You can upload and run an executable file such as an .exe, .cmd, or .bat file to your Web App. In addition to the benefits listed above, using the Azure WebJobs SDK to write WebJobs also provides an integrated Dashboard experience in the Azure management portal, with rich monitoring and diagnostics information for your WebJob runs.

Documentation

Check out the getting started guide, the how-to guide and the wiki. For more information on Azure and .NET see here.

Contributing

We welcome outside contributions. If you are interested in contributing, please take a look at our CONTRIBUTING guide.

For details on development prereqs and running tests see here.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

License

This project is under the benevolent umbrella of the .NET Foundation and is licensed under the MIT License

Questions?

See the getting help section in the wiki.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].