Different connection string for output or trigger
问题 Here i have a webjob function using servicebus triggers and outputs. I'd like to set a different configuration for output and input. public static void OnPush( [ServiceBusTrigger("%PushProcessor.InputTopicName%", "%PushProcessor.InputTopicSubscriptionName%", AccessRights.Listen)] BrokeredMessage message, [ServiceBus("%PushProcessor.OutputTopicName%", AccessRights.Send)] out BrokeredMessage output ) I see in latest api that one can control the job host with service bus extensions.