Search code examples
azureazureservicebusazure-servicebus-queues

No option to enable duplicate message detection


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? enter image description here


Solution

    • I have created Azure service bus with basic plan, even I don't find option to Enable duplicate detection .

    Service Bus with Basic Plan

    enter image description here

    Whereas you can see the option available in other plans(Standard , Premium)

    Option is available in Standard and Premium plan.

    Option in Premium Plan

    enter image description here