Azure / azure-functions-servicebus-extension

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

Support for the new ServiceBus SDK #103

Closed mauve closed 2 years ago

mauve commented 4 years ago

Hi,

Is there a way to use the new ServiceBus SDK with Azure functions?

I really would like to get rid of my connection strings in my functions.

Kind regards,

Mikael

mauve commented 4 years ago

ping @pragnagopa

pragnagopa commented 4 years ago

cc @soninaren @sidkri

@mauve - which version are you looking for?

mauve commented 4 years ago

I am mostly interested in starting to use the SDKs which support Azure.Identity. Those should be the SDKs whose .NET pacakge names start with Azure. instead of Microsoft.Azure. (if I understand correctly).

In general I am interested to know this for all bindings/triggers and the host but unsure which github repo I should post my bug to, I have also created this bug: https://github.com/Azure/azure-webjobs-sdk/issues/2575

SeanFeldman commented 3 years ago

Shouldn't Functions first support authentication such as MSI first before it can take a dependency on the track 2 ASB client? Also, track 2 client is not GA-ed yet.

mauve commented 3 years ago

What does "track 2" mean? I assume that you mean the new SDKs by that.

The fact that they are not GA right now is not important. They will eventually become GA:d.

SeanFeldman commented 3 years ago

What does "track 2" mean?

https://weblogs.asp.net/sfeldman/the-future-of-asb-dotnet-sdk

The fact that they are not GA right now is not important. They will eventually become GA:d.

It's a preview package so breaking changes are common. Some organizations/teams can decide they do not invest in work until the package is stable.

SeanFeldman commented 3 years ago

Raised a specific issue #128

alrod commented 2 years ago

Latest Service Bus SDK is in the latest extension: https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.ServiceBus/5.3.0