You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-hubs/event-hubs-node-get-started-send.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This quickstart shows how to send events to and receive events from an event hub
12
12
13
13
14
14
## Prerequisites
15
-
If you are new to Azure Event Hubs, see [Event Hubs overview](event-hubs-about.md) before you do this quickstart.
15
+
If you're new to Azure Event Hubs, see [Event Hubs overview](event-hubs-about.md) before you do this quickstart.
16
16
17
17
To complete this quickstart, you need the following prerequisites:
18
18
@@ -21,7 +21,7 @@ To complete this quickstart, you need the following prerequisites:
21
21
- Visual Studio Code (recommended) or any other integrated development environment (IDE).
22
22
-**Create an Event Hubs namespace and an event hub**. The first step is to use the [Azure portal](https://portal.azure.com) to create a namespace of type Event Hubs, and obtain the management credentials your application needs to communicate with the event hub. To create a namespace and an event hub, follow the procedure in [this article](event-hubs-create.md).
23
23
24
-
### Install the npm package(s) to send events
24
+
### Install npm packages to send events
25
25
To install the [Node Package Manager (npm) package for Event Hubs](https://www.npmjs.com/package/@azure/event-hubs), open a command prompt that has *npm* in its path, change the directory
26
26
to the folder where you want to keep your samples.
27
27
@@ -58,15 +58,15 @@ In this section, you create a JavaScript application that sends events to an eve
@@ -145,7 +145,7 @@ In this section, you create a JavaScript application that sends events to an eve
145
145
> [!NOTE]
146
146
> For the complete source code, including additional informational comments, go to the [GitHub sendEvents.js page](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/eventhub/event-hubs/samples/v5/javascript/sendEvents.js).
147
147
148
-
Congratulations! You have now sent events to an event hub.
148
+
You have now sent events to an event hub.
149
149
150
150
151
151
## Receive events
@@ -167,7 +167,7 @@ To create an Azure storage account and a blob container in it, do the following
167
167
168
168
## [Connection String](#tab/connection-string)
169
169
170
-
[Get the connection string to the storage account](../storage/common/storage-configure-connection-string.md)
170
+
[Get the connection string to the storage account](../storage/common/storage-configure-connection-string.md).
171
171
172
172
Note the connection string and the container name. You'll use them in the receive code.
> For the complete source code, including additional informational comments, go to the [GitHub receiveEventsUsingCheckpointStore.js page](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/eventhub/eventhubs-checkpointstore-blob/samples/v1/javascript/receiveEventsUsingCheckpointStore.js).
361
361
362
-
Congratulations! You have now received events from your event hub. The receiver program will receive events from all the partitions of the default consumer group in the event hub.
362
+
You have now received events from your event hub. The receiver program will receive events from all the partitions of the default consumer group in the event hub.
0 commit comments