Azure / azure-functions-servicebus-extension

Service Bus extension for Azure Functions
MIT License
65 stars 35 forks source link

Azure Service Bus SDK 7 support #128

Closed SeanFeldman closed 2 years ago

SeanFeldman commented 3 years ago

With Azure Service Bus SDK 7 GA-ed, what's the plan for ServiceBusTrigger?

SeanFeldman commented 3 years ago

@sidkri its not an easy ask but would appreciate so information to be shared about the plans moving forward. Thank you.

SeanFeldman commented 3 years ago

Connecting the dots: https://github.com/Azure/azure-sdk-for-net/issues/17563

sidkri commented 3 years ago

Will loop in the right contact here.

jsquire commented 3 years ago

Hi @SeanFeldman. The SDK team has started working to update the Service Bus trigger/bindings and the first step of migrating them over to the Azure SDK repository is complete. They're available here as a sibling package to the Service Bus client libraries.

The work is being tracked in the Azure SDK repository using the tags Service Bus and Extensions; the current set can be found here. Development will be following our usual patterns, which you're familiar with from the help that you provided during the client library development.

Please feel free to open issues for discussion in the SDK repo.

alrod commented 2 years ago

already done in https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.ServiceBus/5.3.0