[WIP] infra
This commit is contained in:
parent
9cef8dd57d
commit
ec468c97f2
4 changed files with 39 additions and 9 deletions
14
scripts/build.csx
Normal file
14
scripts/build.csx
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#! "dnx451"
|
||||
#r "nuget:Microsoft.Azure.WebJobs,*"
|
||||
|
||||
|
||||
using System;
|
||||
|
||||
|
||||
public static void Run(string myEventHubMessage)
|
||||
{
|
||||
// log.Info($"C# Event Hub trigger function processed a message: {myEventHubMessage}");
|
||||
Console.WriteLine("Test");
|
||||
}
|
||||
|
||||
Run("test");
|
||||
Loading…
Add table
Add a link
Reference in a new issue