QuestionQ199

Develop integrations

You are developing a Power Platform app.

The app must implement a two-way listener to an on-premises system by using Microsoft Azure Service Bus. You create an Azure Service Bus namespace and messaging entity. You must add the shared access policies.

You need to choose the permissions for the messaging entity.

Which two permissions should you select? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Choose two
  • A System customizer
  • B Listen
  • C Read
  • D Send
  • E Manage
Explanation

Azure Service Bus shared access authorization rules use the Listen, Send, and Manage rights. Listen grants the ability to receive messages and perform related message handling; Send grants the ability to send messages. A two-way listener therefore requires both Listen and Send. Manage is intended for administering the namespace topology and is not required for message exchange.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!