Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created December 2, 2016 00:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinyoo/ecfcadd991eb1aa620b3523843a036ec to your computer and use it in GitHub Desktop.
Save justinyoo/ecfcadd991eb1aa620b3523843a036ec to your computer and use it in GitHub Desktop.
Debugging Azure Functions in Our Local Box
{
"disabled": false,
"bindings": [
{
"name": "myQueueItem",
"type": "queueTrigger",
"direction": "in",
"queueName": "myqueue-items",
"connection": "AzureWebJobsStorage"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment