Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created November 21, 2016 02:15
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 justinyoo/3b0ae346dfe87547b5c8aed56554b929 to your computer and use it in GitHub Desktop.
Save justinyoo/3b0ae346dfe87547b5c8aed56554b929 to your computer and use it in GitHub Desktop.
Managing Dependencies in Azure Functions
2016-11-21T00:51:03.949 Function started (Id=bc347c94-0921-48ad-99c9-14ee60972f42)
2016-11-21T00:51:04.060 C# manually triggered function called with input: Test Value
2016-11-21T00:51:04.060 [{"UserId":"087732ee-f502-475d-bea5-72d4cd162c7b","FirstName":"Jane","LastName":"Doe"},{"UserId":"4525e46b-a89c-4c3f-ada0-5330e88b77da","FirstName":"Joe","LastName":"Bloggs"}]
2016-11-21T00:51:04.060 Function completed (Success, Id=bc347c94-0921-48ad-99c9-14ee60972f42)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment