Skip to content

Commit d049b85

Browse files
authored
Apply suggestions from code review
1 parent 3393121 commit d049b85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/event-hubs/send-and-receive-events-using-data-generator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You could follow the steps below to send events to Azure Event Hubs Data Generat
3131

3232
1. Select Generate data blade under “Overview” section of Event Hubs namespace.
3333

34-
:::image type="content" source="media/send-and-receive-events-using-data-generator/Highlighted-final-overview-namespace.png" alt-text="Screenshot displaying overview page for event hub namespace ":::
34+
:::image type="content" source="media/send-and-receive-events-using-data-generator/Highlighted-final-overview-namespace.png" alt-text="Screenshot displaying overview page for event hub namespace.":::
3535

3636
2. On Generate Data blade, you would find below properties for Data generation:
3737
1. **Select Event Hub:** Since you would be sending data to event hub, you could use the dropdown to send the data into event hubs of your choice. If there is no event hub created within event hubs namespaces, you could use “create Event Hubs” to [create a new event hub](/azure/event-hubs/event-hubs-create) within namespace and stream data post creation of event hub.
@@ -40,7 +40,7 @@ You could follow the steps below to send events to Azure Event Hubs Data Generat
4040
4. **Repeat send**:-If you want to send the same payload as multiple events, you can enter the number of repeat events that you wish to send. Repeat Send supports sending up to 100 repetitions.
4141
5. **Authentication Type**: Under settings, you can choose from two different authentication type: Shared Access key or Azure Active Directory. Please make sure that you have Azure Event Hubs Data owner permission before using Azure Active Directory.
4242

43-
:::image type="content" source="media/send-and-receive-events-using-data-generator/highlighted-data-generator-landing.png" alt-text="Screenshot displaying landing page for data generator ":::
43+
:::image type="content" source="media/send-and-receive-events-using-data-generator/highlighted-data-generator-landing.png" alt-text="Screenshot displaying landing page for data generator.":::
4444

4545
> [!TIP]
4646
> For user defined payload, the content under the "Enter payload" section is treated as a single event The number of events sent is equal to the value of repeat send.
@@ -62,7 +62,7 @@ Maximum Payload Size| 256 Kb | 1 MB | 1 MB | 1 MB
6262
6363
As soon as you select send, data generator would take care of sending the events to event hubs of your choice and new collapsible “View Events” window would load automatically. You could expand any tabular row to review the event content sent to event hubs.
6464

65-
:::image type="content" source="media/send-and-receive-events-using-data-generator/view-events-window.png" alt-text="Screenshot for event hub data generator UI showcasing View events" lightbox="media/send-and-receive-events-using-data-generator/view-events-window.png":::
65+
:::image type="content" source="media/send-and-receive-events-using-data-generator/view-events-window.png" alt-text="Screenshot for event hub data generator UI showcasing View events." lightbox="media/send-and-receive-events-using-data-generator/view-events-window.png":::
6666

6767
## Frequently asked questions
6868

0 commit comments

Comments
 (0)