Azure Event Hub Simulator
Simulator Settings
Name (required)
Name of the SimulatorKey (required)
Unique Key to identify the messageTransport (required)
Azure Event Hub
Default End Point (required)
Name of your Event Hub resource as created in Azure. Use the Name, not the full Event Hub URL. For example, usemyeventhub
, not ~~myeventhub.servicebus.windows.net
~~.Device ID
Device ID that will be sent along with each message, although this field is not necessarily required, you should probably add a device id to be used in your messages.Access Key Name (required)
Name of the Access Key for the provided SAS Policy that hasSend
privilegesAccess Key (required)
Key that hasSend
privileges for the supplied Access Key NameHub Name (required)
Name of the actual Event Hub where you will be publishing your messagesDefault Payload Type (required)
Default format of the payload that will be sent with each message. This can be either a simple string or Binary.Description
Free-form text to provide notes for your simulator
Message Settings
Name (required)
Name of the MessageKey (required)
Unique Key to identify the messagePayload Type (required)
Text or Binary message. In most cases, you will send a Text message.Append CR
0x0D
ASCII character 0x0D, if set, will be appended to the messageAppend LF
0x0A
ASCII character 0x0A, if set, will be appended to the messageText or Binary Message
This is based on your Payload Type, select either Text or Binary.Text
Add any content that will be sent as the body of the message. This option allows for Tag ReplacementBinary
Binary Content to be sent as a message
Dynamic Attributes (For Text Payloads Only)
For more information, please see the Dynamic Fields section.