Fixes the Google login
This commit is contained in:
@ -1,14 +0,0 @@
|
||||
#! "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");
|
Reference in New Issue
Block a user