Subscription rule on Azure ServiceBus topic

Hi
We are having a issue with subscription rules on a Azure ServiceBus topic.
The rule is a checking on multiple NServiceBus headers and get in conflict with rules that are created by NServiceBus. We set these rules by using Terraform. Is there any way to prevent NServiceBus from adding subscription rules on startup or is there any way override with our own rules?

This is our rule that we apply using Terraform
([NServiceBus.EnclosedMessageTypes] LIKE '%AppointmentMessage%' AND [OrderCountryCode] = 'NO')" where OrderCountryCode is a custom message header.
When our Azure function app start ups there will be an extra subscription rule on the topic
[NServiceBus.EnclosedMessageTypes] LIKE '%Adp.Common.Messages.AppointmentMessage%' which will override our manual rule

Thx
Lars

1 Like

I think you can disable auto-subscription via API. Also, if you disable installers, you’ll get a similar result.