Skip to content

medevod/azure-webjobs-sdk

 
 

Repository files navigation

Azure WebJobs SDK with new extension : WebJobs.Extensions.ServiceBusSessions

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

This fork of Azure WebJobs SDK extend ServiceBus binging and trigger to handle session messages. New ServiceBus Session project is actualy coupled with Webjob (like ServiceBus project code) but ServiceBusSession nuget package can be deployed independently

Integration

The added project WebJobs.Extensions.ServiceBusSessions can be published individually to your projects. That means you can use original microsoft webjobs packages with this new session extension package

Documentation

Check out the sample project

Configure webjob with servicebus session: https://github.com/moueldi/azure-webjobs-sdk/blob/dev/sample/SampleHost.ServiceBus/Program.cs

Add servicebus session trigger to functions: https://github.com/moueldi/azure-webjobs-sdk/blob/dev/sample/SampleHost.ServiceBus/Functions.cs

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 opencode@microsoft.com 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.

About

Azure WebJobs SDK with message session handling extension

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.4%
  • Other 0.6%