Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 2.14 KB

create_event_hub.md

File metadata and controls

65 lines (43 loc) · 2.14 KB

This document is known to be outdated

Create an Event Hub

To create an Event Hub to use with the sample applications, you need an active Azure account.
If you don't have an account, you can create a free trial account in just a couple of minutes. For details, see Azure Free Trial.

To create an Event Hub:

  1. Log on to the Azure management portal, and click + NEW at the bottom of the screen.

  2. Click App Services, then Service Bus, then Event Hub, then Quick Create.

  1. Type a name for your Event Hub, select your desired region, and then click Create a new Event Hub.

Make a note of the name of the Event Hub you create.

  1. Click the namespace you just created (usually event hub name-ns).

  1. Click the Event Hubs tab at the top of the page, and then click the Event Hub you just created.

  1. Click the Configure tab at the top of the page, add a rule named SendRule with Send permissions, add another rule called ReceiveRule with Manage, Send, Listen permissions, and then click Save.

  1. Click Dashboard at the top of the page, and then click View Connection String.

Make a note of the SendRule and ReceiveRule connection strings.

Your Event Hub is now created, and you have the connection strings you need to send and receive events.