Skip to content

Commit 1e0498e

Browse files
authored
Update get-started-node-send-v2.md
1 parent c96e095 commit 1e0498e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-hubs/get-started-node-send-v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To complete this quickstart, you need the following prerequisites:
2828
- An Azure subscription. If you don't have one, [create a free account](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio) before you begin.
2929
- Node.js version 8.x or later. Download the latest [long-term support (LTS) version](https://nodejs.org).
3030
- Visual Studio Code (recommended) or any other integrated development environment (IDE).
31-
- An active Event Hubs namespace and event hub. Do the following:
31+
- An active Event Hubs namespace and event hub. To create them, do the following:
3232

3333
1. In the [Azure portal](https://portal.azure.com), create a namespace of type *Event Hubs*, and then obtain the management credentials that your application needs to communicate with the event hub.
3434
1. To create the namespace and event hub, follow the instructions at [Quickstart: Create an event hub by using the Azure portal](event-hubs-create.md).
@@ -110,7 +110,7 @@ Congratulations! You have now sent events to an event hub.
110110
In this section, you receive events from an event hub by using an Azure Blob storage checkpoint store in a Node.js application. It performs metadata checkpoints on received messages at regular intervals in an Azure Storage blob. This approach makes it easy to continue receiving messages later from where you left off.
111111

112112
### Create an Azure storage account and a blob container
113-
To create an Azure storage account a blob container in it, do the following:
113+
To create an Azure storage account and a blob container in it, do the following:
114114

115115
1. [Create an Azure storage account](../storage/common/storage-account-create.md?tabs=azure-portal)
116116
2. [Create a blob container in the storage account](../storage/blobs/storage-quickstart-blobs-portal.md#create-a-container)

0 commit comments

Comments
 (0)