Skip to content

Commit 146cf75

Browse files
committed
adjusting headings
1 parent cd00ff0 commit 146cf75

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/event-hubs/event-hubs-data-explorer.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ Operations run on an Azure Event Hubs namespace are of two kinds.
2222
> * We advice against using the Event Hubs Data Explorer for larger messages, as this may result in timeouts, depending on the message size, network latency between client and Service Bus service etc. Instead, we recommend that you use your own client to work with larger messages, where you can specify your own timeout values.
2323
>
2424
25-
# Prerequisites
25+
## Prerequisites
2626

2727
To use the Event Hubs Data Explorer tool, [create an Azure Event Hubs namespace and an event hub](event-hubs-create.md).
2828

29-
# Use the Event Hubs Data Explorer
29+
## Use the Event Hubs Data Explorer
3030

3131
To use the Event Hubs data explorer, navigate to the Event Hubs namespace on which you want to perform the data operations.
3232

3333
Either navigate to the `Data Explorer` directly where you can pick the event hub, or pick the event hub from the `entities` and then pick the `Data Explorer` from the navigation menu.
3434

3535
:::image type="content" source="./media/event-hubs-data-explorer/left-pane-nav.png" alt-text="Screenshot showing the left pane nav with 'Data Explorer' selected.":::
3636

37-
## Send Events
37+
### Send Events
3838

3939
You can send either custom payloads, or precanned dataset to the selected event hub using the `Send events` experience.
4040

@@ -43,7 +43,7 @@ To do so, select the `send events` button, which enables the right pane.
4343
:::image type="content" source="./media/event-hubs-data-explorer/select-send-events.png" alt-text="Screenshot showing the data explorer pane with 'Send events' selected.":::
4444

4545

46-
### Sending custom payload
46+
#### Sending custom payload
4747

4848
To send a custom payload -
4949
1. **Select Dataset** - Pick `Custom payload`.
@@ -58,7 +58,7 @@ Once the payload details are defined, select **Send** to send the event payload
5858
:::image type="content" source="./media/event-hubs-data-explorer/send-event.png" alt-text="Screenshot showing the send event experience for custom payload.":::
5959

6060

61-
### Sending precanned dataset
61+
#### Sending precanned dataset
6262

6363
To send event payloads from a precanned dataset -
6464
1. **Select Dataset** - Pick an option from the **Pre canned datasets**, for example, Yellow taxi, Weather data, and others.
@@ -71,7 +71,7 @@ Once the payload details are defined, select **Send** to send the event payload
7171
:::image type="content" source="./media/event-hubs-data-explorer/send-pre-canned-payload.png" alt-text="Screenshot showing the send event experience for precanned payload.":::
7272

7373

74-
## View Events
74+
### View Events
7575

7676
Event Hubs data explorer enables viewing the events to inspect the data that fit the criteria.
7777

@@ -92,7 +92,7 @@ Once the above options are set, select **View events** to pull the events and re
9292

9393
Once the events are loaded, you can select **View next events** to pull events using the same query again, or **Clear all** to refresh the grid.
9494

95-
## Download event payload
95+
### Download event payload
9696

9797
When viewing the events on a given event hub, the event payload can be downloaded for further review.
9898

@@ -101,7 +101,7 @@ To download the event payload, select the specific event and select the **downlo
101101
:::image type="content" source="./media/event-hubs-data-explorer/download-event-body.png" alt-text="Screenshot showing the grid of events with selected event and highlighted download event button.":::
102102

103103

104-
# Next steps
104+
## Next steps
105105

106106
* Learn more about [Event Hubs](event-hubs-about.md).
107107
* Check out [Event Hubs features and terminology](event-hubs-features.md)

0 commit comments

Comments
 (0)