Azure function, flexible test and production queue names
问题 How can I design my Azure Function hosting for flexible test/production queue isolation? I am planning to write 6 precompiled Azure Functions in C# packaged as single DLL and have yet to to decide if I will use WebJobSdk function annotation or multiple .json config files. My 6 Azure functions will only have input bindings and all will be triggered via storage queues. I dislike the idea of hardcoding queue names in source code as method attribute strings but I understand that INameResolver