Azure Functions custom handler in Go

The samples available in this folder demonstrate how to implement a custom handler in Go.

Example functions featured in this repo include:

Name Trigger Input Output
BlobTrigger Blob Storage Blob Storage Blob Storage
HttpTriggerStringReturnValue HTTP n/a Queue Storage
HttpTriggerWithOutputs HTTP n/a Queue Storage
QueueTrigger Queue Storage Queue Storage Queue Storage
QueueTriggerWithOutputs Queue Storage Queue Storage Queue Storage
SimpleHttpTrigger HTTP n/a n/a
SimpleHttpTriggerWithReturn HTTP Event Hub n/a

Configuration

The local.settings-example.json is provided to show what values the app is expecting to read from environment variables. Make a copy of local.settings-example.json and rename it local.settings.json and replace any values that begin with "YOUR_" with your values.