Fixes the Google login

This commit is contained in:
2020-06-01 01:20:04 +01:00
parent cc6a6b8425
commit b4fbe13843
7 changed files with 18 additions and 20 deletions

View File

@ -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");