title | description | services | author | ms.service | ms.topic | ms.date | ms.author | ms.custom |
---|---|---|---|---|---|---|---|---|
include file |
include file |
event-hubs |
spelluru |
event-hubs |
include |
10/16/2018 |
spelluru |
include file |
The Event Processor Host is an intelligent agent that simplifies receiving events from Event Hubs by managing persistent checkpoints and parallel receives. For checkpointing, the Event Processor Host requires a storage account. The following example shows how to create a storage account and how to get its keys for access:
-
In the Azure portal, and select Create a resource at the top left of the screen.
-
Select Storage, then select Storage account - blob, file, table, queue.
-
On the Create storage account page, take the following steps:
- Enter a name for the storage account.
- Choose an Azure subscription that contains the event hub.
- Select the resource group that has the event hub.
- Select a location in which to create the resource.
- Then click Review + create.
-
On the Review + create page, review the values, and select Create.
-
After you see the Deployments Succeeded message, select Got to resource at the top of the page. You can also launch the Storage Account page by selecting your storage account from the resource list.
-
In the Essentials window, select Blobs.
-
Select + Container at the top, enter a name for the container, and select OK.
-
Select Access keys in the left-side menu, and copy the value of key1.
Save the following values to Notepad or some other temporary location.
- Name of the storage account
- Access key for the storage account
- Name of the container