Skip to content

Instantly share code, notes, and snippets.

@NickJosevski
Created September 18, 2016 00:47
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 NickJosevski/a84026f37cbf41ff46e741d74e3a6bdf to your computer and use it in GitHub Desktop.
Save NickJosevski/a84026f37cbf41ff46e741d74e3a6bdf to your computer and use it in GitHub Desktop.
Azure Simple Queue Logger
using System;
public static void Run(string justUsedGuid, TraceWriter log)
{
log.Info($"Queue trigger function processed, queue item: {justUsedGuid}");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment