Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ServiceBus extensions migration path to version 5.0.0+ #2990

Open
pzaj2 opened this issue Jun 2, 2023 · 0 comments
Open

ServiceBus extensions migration path to version 5.0.0+ #2990

pzaj2 opened this issue Jun 2, 2023 · 0 comments

Comments

@pzaj2
Copy link

pzaj2 commented Jun 2, 2023

I'm migrating a WebJobs project from .NET Framework 4.6.1 (WebJobs extensions 2.2.0) to Microsoft.Azure.WebJobs.Extensions 5.0.0 and Microsoft.Azure.WebJobs.Extensions.ServiceBus 5.1.0.

It's almost done, however, I'm looking for a replacement to AccessRights parameter that's been removed (see #1509). More accurately, I'm looking for a way to create topic/queues automatically if they don't exist.

I appreciate that there were changes to Azure SDKs that prompted this change, but I couldn't find any recommendations and workarounds.

The only solution I could think of so far is replacing the ServiceBus extension with a bespoke one that adds this functionality but it feels like a massive overkill and I'm probably missing something 🤔. Any advice would be appreciated!

Repro steps

N/A

Expected behavior

N/A

Actual behavior

N/A

Known workarounds

N/A

Related information

Provide any related information

  • Package version
  • Links to source
@ghost ghost assigned pragnagopa Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants