Mid Azure

How do you configure binding settings?

  • In Function attributes (C#) like [Blob], [QueueTrigger]
  • Or in function.json for configuration settings:

"type": "queueTrigger",

"direction": "in",

"name": "myQueueItem",

"queueName": "myqueue",

"connection": "AzureWebJobsStorage"

More from Microsoft Azure Tutorial

All questions for this course