Skip to content

Instantly share code, notes, and snippets.

@KevinDJones
Created November 14, 2018 06:26
Show Gist options
  • Save KevinDJones/c32204f387f7e3e5ddbd5299592c65b8 to your computer and use it in GitHub Desktop.
Save KevinDJones/c32204f387f7e3e5ddbd5299592c65b8 to your computer and use it in GitHub Desktop.
[FunctionName("MyStarter")]
public static async Task<HttpResponseMessage> Run(
[HttpTrigger(AuthorizationLevel.Anonymous, "post", Route = null)] HttpRequestMessage req,
[OrchestrationClient] DurableOrchestrationClientBase starter,
ILogger log)
{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment