QuestionQ28
Connect to and consume Azure servicesYou are designing an Azure Function to process orders from a new Azure Service Bus queue.
You need to ensure that messages are not processed more than once and that failed messages are retained for investigation.
Which two actions should you implement? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Choose two
- A Include a dead-letter handling process.
- B Process orders by using an HTTP trigger.
- C Enable duplicate detection on the queue.
- D Enable sessions on Service Bus.
Community Discussion