dapr / dotnet-sdk

Dapr SDK for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to use EventHub or Service Bus Dapr Component

mshashi0306 opened this issue · comments

Hi Team,

I am not able to use Event Hub Binding or Service Bus using Dapr component.

But same connectivity is working using TransportType = AmqpWebSockets using .NET lib.

Can someone help me to achieve the same using Dapr Config i.e. use of TransportType in dapr

@mshashi0306 Can you be more specific about what you've tried, what error or unexpected behavior you're getting, and what versions of Dapr runtime, Dapr SDK, and .NET you're using. Dapr logs are often helpful (set --log-level debug), too. A sample project that produces the issue is even better.