Add Azure WebJobs
This commit is contained in:
Родитель
e2cd0faccf
Коммит
db57c69c13
|
@ -0,0 +1,17 @@
|
|||
# Microsoft Azure WebJobs SDK
|
||||
|
||||
The [Azure WebJobs SDK](https://github.com/Azure/azure-webjobs-sdk) is a framework that simplifies the task of writing background processing code that runs in [Azure WebJobs](http://azure.microsoft.com/documentation/articles/websites-dotnet-webjobs-sdk-get-started/). It 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. The SDK also provides an integrated Dashboard experience in the Azure management portal, with rich monitoring and diagnostics information for your WebJob runs.
|
||||
|
||||
## Project Details
|
||||
* [Project Code Site](https://github.com/Azure/azure-webjobs-sdk)
|
||||
* Project License Type: [Apache 2.0](https://github.com/Azure/azure-webjobs-sdk/blob/master/LICENSE.txt)
|
||||
* Project Main Contact: [David Ebbo](https://github.com/davidebbo)
|
||||
|
||||
## Quicklinks
|
||||
|
||||
* [Contribute](https://github.com/Azure/azure-webjobs-sdk/blob/master/CONTRIBUTING.md)
|
||||
* [Project Wiki](https://github.com/Azure/azure-webjobs-sdk/wiki)
|
||||
* [Azure WebJobs Documentation](http://azure.microsoft.com/documentation/articles/websites-dotnet-webjobs-sdk-get-started/)
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/azure-webjobssdk)
|
||||
* [User Forum](http://social.msdn.microsoft.com/Forums/azure/home?forum=windowsazurewebsitespreview)
|
||||
* [User Voice](http://feedback.azure.com/forums/169385-websites)
|
|
@ -12,6 +12,8 @@
|
|||
"contributor": "Microsoft"},
|
||||
{"name":"azure-sdk.md",
|
||||
"contributor": "Microsoft"},
|
||||
{"name":"azure-webjobs-sdk.md",
|
||||
"contributor": "Microsoft"},
|
||||
{"name":"mono.cecil.md",
|
||||
"contributor": "Jb Evain"},
|
||||
{"name":"couchbase-lite-for-.net.md",
|
||||
|
|
Загрузка…
Ссылка в новой задаче