How to debug Azure Function QueueTrigger locally
问题 I am developing an azure functions which will be triggered by the azure storage queue. For HTTPTrigger we can debug locally , but am not able to find the way to debug QueueTrigger locally . Can anyone of you tell me how can i acheieve debugging on my local box running function with QUEUETRIGGER . I am having a storage explorer on my local box but it writes on azure cloud storage account . 回答1: Can anyone of you tell me how can i acheieve debugging on my local box running function with