I'm trying to create a new Azure Service Bus Queue in Azure Portal.
I also need to enable duplicate message detection, while creating I don't see any such option.
Am i missing anything here?

CodePudding user response:
- I have created
Azure service buswith basic plan, even I don't find option toEnable duplicate detection.
Service Bus with Basic Plan

Whereas you can see the option available in other plans(Standard , Premium)
Option is available in Standard and Premium plan.
Option in Premium Plan

