You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The Azure Events Hub Connector can be configured using the Aspire Admin UI. It requires the following entities to be created:

  • Credential
  • Connection
  • Connector
  • Seed

Create Credential 


  1. On the Aspire Admin UI go to the credentials page
  2. All existing credentials will be listed. Click on the new button
  3. Enter the new credential description.
  4. Select Azure Events Hub from the Type list.
    1. Namespace: Event Hub Namespace as created in Azure portal
    2. Event Hub Name: Event Hub Name, this is the name of the Event Hub that you want to crawl.
    3. SAS Key Name: Name of the Shared Access Signature (SAS) token used to authenticate in the Azure Events Hub.
    4. SAS Key: Value of the Shared Access Signature (SAS) token used to authenticate in the Azure Events Hub.

Create Connection 


  1. On the Aspire Admin UI go to the connections page
  2. All existing connections will be listed. Click on the new button
  3. Enter the new connection description. 
  4. Select Azure Events Hub from the Type list.
    1. Filter Options: This section filters the events to be retrieved from the Azure Event Hub based on the date they were published into the hub, the crawler will retrieve the events published within the given time frame.
      1. From: Use this option to indicate a starting point of a period of time for the publication of the events.
      2. All Time: Use this option to crawl all the events in the hub.
      3. From - To: Use this option to indicate a starting point and an ending point for the publication of the events

Create Connector Instance


For the creation of the Connector object using the Admin UI check this page.


Create Seed 


  1. On the Aspire Admin UI go to the seeds page
  2. All existing seed will be listed. Click on the new button
  3. Enter the new seed description.
  4. Select Azure Events Hub from the Type list.


  • No labels