You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@yoheng - Is the error related to EventGridEvent? We've updated the using statements in the sample source code. Please try to get the latest and retry.
the below function got an error when I try to build it.
[FunctionName("ProcessHubToDTEvents")]
public async void Run([EventGridTrigger]EventGridEvent eventGridEvent, ILogger log)
The text was updated successfully, but these errors were encountered: