Azure Event Hub


The Azure Event Hub node connects to and gets data from Azure Event Hub.

Node Type

External.

Input and Output Ability

This node does not have an entry point and has 1 exit point. The output will be the data from the Event Hub, in JSON format.

Node Properties

../../_images/azure_event_hub.png


Name

The name for this node.


Namespace

The Event Hub namespace.


Event Hub Name

The Event Hub name.


SAS Key Name

The shared access signature (SAS) key name required for authenticating the access to the Event Hub resource.


SAS Key

The SAS key.


Storage Domain

The storage domain. Available options are: Azure Cloud, Azure China Cloud, Azure German Cloud, and Azure Us Government.


Blob Account Name

The blog account name.


Blob Access Key

The blob access key.


Blob Container Name

The blob container name.


Description

The description for this node.

Limitations

  • As Azure Event Hub is not managed by EnOS, connection problems could occur due to server downtime or other instances that are not within our control.

Samples

Input Sample

This node does not receive any input message.

Output Sample

Example of a JSON object retrieved from Azure Event Hub.

{
    "externalId":"externalId",
    "timestamp":24214324324,
    "measurepoints":{
        "speed":32,
        "heat":40
    }
}