Using #IsolatedFunctions is there a way to NOT hardcode the name of the #Queue trigger?
Use case would be having multiple deployment slots and not wanting to store (<queue count> * <slot count>) of app setting configurations because we don't like to nightmares when when we are not sleeping (nor when we are asleep but that is a different question)
So *NOT* this ⬇️
#azurefunctions #dotnet7 #isolatedfunctions #queue