ServiceBusClient to read Dead letter message reason

Viewed 13

I am creating an instance of ServiceBusClient to create MessageReceiver object. The MessageReceiver gives access to PeekMessageAsync method to peek into the DLQ messages and read the reason and error description.

I want to use the ManagedIdentity to authenticate the azure function. I am not able to authenticate the ServiceBusClient using ManagedIdentity.

0 Answers
Related