Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created December 5, 2021 01:30
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 icebeam7/82017d03956adf2098c9cc66026766d4 to your computer and use it in GitHub Desktop.
Save icebeam7/82017d03956adf2098c9cc66026766d4 to your computer and use it in GitHub Desktop.
{
"bindings": [
{
"name": "req",
"authLevel": "anonymous",
"methods": [
"get",
"post"
],
"direction": "in",
"type": "httpTrigger"
},
{
"name": "$return",
"type": "http",
"direction": "out"
},
{
"name": "outputDocument",
"direction": "out",
"type": "cosmosDB",
"databaseName": "studentsdb",
"collectionName": "students",
"connectionStringSetting": "universitylb7_DOCUMENTDB",
"partitionKey": "/faculty"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment