Azure Event Hubs Connector Guide > Azure Event Hubs connections > Azure Event Hubs connection properties
  

Azure Event Hubs connection properties

The following table describes the additional properties that you must configure in the Connection Properties section:
Property
Description
Namespace
The fully qualified namespace. For example, 'namespace'.eventhubs.windows.net.
Blob Account Name
The Azure account name that you use to authenticate with the Azure Blob services.
Blob Access Key
The access key for the associated Azure account name.
Blob Container Name
The name of the Blob container that will be used to store the checkpoint offsets.
The following table describes the schema registry settings that you must configure in the Schema Registry Settings section:
Property
Description
Client ID
The unique ID of the registered application that has permission to access the schema registry.
Tenant ID
The Globally Unique Identifier (GUID) that identifies the tenant of the registered application that has permission to access the schema registry.
Client Secret
The secret known only to the application and the authorization server. Enter the client secret of the registered app that has permission to access the schema registry.
Schema Group Name
The schema group name that is available under the same event hub namespace. A schema group might contain different message definitions for the same schema, or message definitions for multiple schemas.