diff --git a/transports/azure-service-bus/configuration_subscription-rule-customization_asbs_[3.0,].partial.md b/transports/azure-service-bus/configuration_subscription-rule-customization_asbs_[3.0,].partial.md index 1a1840d0b4..ab0cfe2b1d 100644 --- a/transports/azure-service-bus/configuration_subscription-rule-customization_asbs_[3.0,].partial.md +++ b/transports/azure-service-bus/configuration_subscription-rule-customization_asbs_[3.0,].partial.md @@ -1,6 +1,2 @@ * `SubscriptionNamingConvention(Func)`: By default subscription names are derived from the endpoint name. This callback allows for a replacement name for the subscription. Subscription names must adhere to the limits outlined in [the Microsoft documentation on subscription creation](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-quotas). * `SubscriptionRuleNamingConvention(Func)`: By default rule names are derived from the message type's full name. This callback allows for a replacement name for the rule. Rule names must adhere to the limits outlined in [Service Bus quotas](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-quotas). - -#### Combining shorteners and naming conventions - -When both a shortener and a naming convention are provided for a subscription or subscription rule, the naming convention is applied first, and the result is then passed into the shortener. \ No newline at end of file