You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title:"PrefetchCount is not supported in Azure Functions",
129
-
messageFormat:"Azure Functions endpoints do not control the message receiver and cannot decide the prefetch count.",
129
+
messageFormat:"Message prefetching is controlled by the Azure Service Bus trigger and cannot be configured via the NServiceBus transport configuration API when using Azure Functions.",
130
130
category:DiagnosticCategory,
131
131
defaultSeverity:DiagnosticSeverity.Error,
132
132
isEnabledByDefault:true
@@ -135,7 +135,7 @@ public static class AzureFunctionsDiagnostics
title:"PrefetchMultiplier is not supported in Azure Functions",
138
-
messageFormat:"Azure Functions endpoints do not control the message receiver and cannot decide the prefetch multiplier.",
138
+
messageFormat:"Message prefetching is controlled by the Azure Service Bus trigger and cannot be configured via the NServiceBus transport configuration API when using Azure Functions",
0 commit comments