Closed jimmytricks closed 2 years ago
Wrong repo. This repo is for Broker related issues. Your chances are better with the Functions GitHub repo.
Apologies Sean, I've posted it there too now. Thanks,
No worries. You might link to the new issue and close this one. Just in case someone stumbles into this closed issue they'd know where to go. Cheers.
The question was moved to https://github.com/Azure/Azure-Functions/issues/1874
Description
I have a boiler plate Service Bus Trigger function. I want to use an app setting binding with %. I have a local.settings.json with these values so that I can test locally by connecting to the service bus. The % bindings get swapped out for QueueName but not for ServiceBusName.
Service bus app:
local.settings.json:
Actual Behavior
Warning: Cannot find value named '%ServiceBusName%' in local.settings.json that matches 'connection' property set on 'serviceBusTrigger'.
Expected Behavior