CreateAzureEventHubIngestFeed is an input for creating an ingest feed that uses Azure Event Hubs.

Table: CreateAzureEventHubIngestFeed

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: May 19, 2025
authenticationAzureEventHubsAuthenticationInputyes PreviewAuthentication method for Azure event hub. See AzureEventHubsAuthenticationInput.
checkpointHandlingAzureEventHubsCheckpointHandlingInputyes PreviewThe configuration for how the Event Hub checkpoints should be handled. See AzureEventHubsCheckpointHandlingInput.
consumerGroupstringyes PreviewThe consumer group for the Event Hub.
defaultCheckpointAzureEventHubsCheckpointInputyes PreviewSpecifies the starting point for reading events from the Event Hub when no previous checkpoint exists. See AzureEventHubsCheckpointInput.
descriptionstring  PreviewThe description of the ingest feed.
enabledbooleanyes PreviewWhether the ingest feed is enabled.
eventHubFullyQualifiedNamespacestringyes PreviewThe fully qualified namespace of the Event Hub. Often structured like <namespace>.servicebus.windows.net
eventHubNamestringyes PreviewThe name of the Event Hub.
namestringyes PreviewThe name of the ingest feed.
parserstringyes PreviewThe unique identifier or name of the parser that should be used to parse the ingest feed. Parsers in packages can be referred to as packagescope/packagename:parsername.
preprocessingAzureEventHubsPreprocessingInputyes PreviewThe preprocessing to apply to an ingest feed before parsing. See AzureEventHubsPreprocessingInput.
repositoryNameRepoOrViewNameyes PreviewThe name of the repository of the ingest feed. RepoOrViewName is a scalar.