Skip to content

Instantly share code, notes, and snippets.

@dylan-asos
Created January 23, 2019 15:18
Show Gist options
  • Save dylan-asos/eb755c2cc7f20e2e54597d2b59de4622 to your computer and use it in GitHub Desktop.
Save dylan-asos/eb755c2cc7f20e2e54597d2b59de4622 to your computer and use it in GitHub Desktop.
public static async Task Run([EventHubTrigger("HubName",
Connection = "EventHubConnectionStringSettingName",
ConsumerGroup = "Consumer-Group-If-Applicable")] EventData[] messageBatch, PartitionContext partitionContext, ILogger log)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment