vaishu-143 Thanks for posting your question in Microsoft Q&A. Unfortunately, this is not supported, and you need to use Values
to define your settings as described in this thread. Notes, Values
must be string and not JSON objects or arrays and refer doc: Local settings file. Also, refer Azure Queue storage trigger doc for more details on the usage of QueueTrigger
.
Currently, the binding expressions are resolved by the host, and a feature request #1253 was open to support configuration sources registered with the worker based on discussion #1238. I suggest you follow the item on the updates or feel free to submit a new issue in repo azure-functions-dotnet-worker.
I hope this helps with your question and let me know if you have any other.
If you found the answer to your question helpful, please take a moment to mark it as "Yes" for others to benefit from your experience. Or simply add a comment tagging me and would be happy to answer your questions.