-1

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

sandy
  • 616
  • 2
  • 9
  • 20
  • 1
    You might have created it with basic Pricing tier. Enabling duplicate message detection is not available in Basic plan. – Harshitha Sep 17 '22 at 07:41
  • I have created a Service bus with premium pricing tier and I have an option to enable duplicate message detection. [Image](https://i.stack.imgur.com/jxDeM.png) – Harshitha Sep 17 '22 at 07:43
  • Thanks, this really helped! I'm pretty new to Azure. – sandy Sep 17 '22 at 07:44

1 Answers1

1
  • 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

Harshitha
  • 3,784
  • 2
  • 4
  • 9