Skip to content

Instantly share code, notes, and snippets.

@ealsur
Created March 9, 2018 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ealsur/22b62caded2f00719df990fda3ad5f0d to your computer and use it in GitHub Desktop.
Save ealsur/22b62caded2f00719df990fda3ad5f0d to your computer and use it in GitHub Desktop.
Azure Cosmos DB + Functions Cookbook —secure access function.json
{
"bindings": [
{
"name": "req",
"type": "httpTrigger",
"direction": "in"
},
{
"name": "$return",
"type": "http",
"direction": "out"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment