QuestionQ265
Develop integrationsYou are building a Power Automate flow.
You create an Azure Service Bus listener application that receives requests from a third-party application.
When the flow calls the message queue, it must delete the message immediately when it is read.
You need to make sure the queue is cleared correctly.
Which method or class should be used?
- A ReceiveMode
- B BrokeredMessage
- C EventHubReceiver
- D EventHubSender
Community Discussion