go

command
v0.0.0-...-d228dc0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2020 License: MIT Imports: 6 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL