Fixes the Google login
This commit is contained in:
parent
d8f6371be0
commit
96c794858d
7 changed files with 18 additions and 20 deletions
|
|
@ -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");
|
||||
Loading…
Add table
Add a link
Reference in a new issue