Skip to content

Instantly share code, notes, and snippets.

@shinkathe
Created June 17, 2022 06:32
Show Gist options
  • Save shinkathe/0ce2689d433e91dcf5814d4e400b83ed to your computer and use it in GitHub Desktop.
Save shinkathe/0ce2689d433e91dcf5814d4e400b83ed to your computer and use it in GitHub Desktop.
[FunctionName("RunAvOnFileUploaded")]
public static async Task Run([EventGridTrigger] Microsoft.Azure.EventGrid.Models.EventGridEvent eventGridEvent, ILogger log)
{
// ***
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment