Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created April 21, 2016 19:11
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 guitarrapc/d695f39a9852bfeb928ae5a875284fc9 to your computer and use it in GitHub Desktop.
Save guitarrapc/d695f39a9852bfeb928ae5a875284fc9 to your computer and use it in GitHub Desktop.
AzureFunctionTrigger.PostAsync("https://temporarytest.azurewebsites.net/api/HttpTriggerCSharp1").Result.Dump();
AzureFunctionTrigger.PostAsync("https://temporarytest.azurewebsites.net/api/HttpTriggerCSharp1?code=invalid").Result.Dump();
AzureFunctionTrigger.PostAsync("https://temporarytest.azurewebsites.net/api/HttpTriggerCSharp1?code=nvhdlww6iq5jckykr6ozdunmiml2uegwo4m24lac0mdz4ims4ityukvm5h096501tbdkoab57b9").Result.Dump();
AzureFunctionTrigger.PostAsync("https://temporarytest.azurewebsites.net/api/HttpTriggerCSharp1", "").Result.Dump();
AzureFunctionTrigger.PostAsync("https://temporarytest.azurewebsites.net/api/HttpTriggerCSharp1", "invalid").Result.Dump();
AzureFunctionTrigger.PostAsync("https://temporarytest.azurewebsites.net/api/HttpTriggerCSharp1", "nvhdlww6iq5jckykr6ozdunmiml2uegwo4m24lac0mdz4ims4ityukvm5h096501tbdkoab57b9").Result.Dump();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment