Skip to content

Instantly share code, notes, and snippets.

@ealsur
Created January 30, 2018 17:25
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 ealsur/01054188508af6a486c13feef6b73cd7 to your computer and use it in GitHub Desktop.
Save ealsur/01054188508af6a486c13feef6b73cd7 to your computer and use it in GitHub Desktop.
Azure Cosmos DB + Functions Cookbook - output collector sample payload
[
{
"id":"1",
"name": "John",
"surname": "McClane"
},
{
"id":"2",
"name": "John",
"surname": "Rambo"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment