Skip to content

Commit 99c61e0

Browse files
committed
edit pass: digital-twins-tutorials
1 parent 5fd04de commit 99c61e0

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

articles/digital-twins/tutorial-facilities-analyze.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,40 +34,42 @@ This tutorial assumes that you have [configured](tutorial-facilities-setup.md) a
3434

3535

3636
## Stream data by using Event Hubs
37-
You can use the [Event Hubs](../event-hubs/event-hubs-about.md) service to create a pipeline to stream your data. This section shows you how to create your event hub as the connector between your Digital Twins and TSI instances.
37+
You can use the [Event Hubs](../event-hubs/event-hubs-about.md) service to create a pipeline to stream your data. This section shows you how to create your event hub as the connector between your Digital Twins and Time Series Insights instances.
3838

3939
### Create an event hub
4040

41-
1. Sign in to [Azure portal](https://portal.azure.com).
41+
1. Sign in to the [Azure portal](https://portal.azure.com).
4242

43-
1. On the left navigation panel, click **Create a resource**.
43+
1. On the left pane, select **Create a resource**.
4444

45-
1. Search for and select **Event Hubs**. Click **Create**.
45+
1. Search for and select **Event Hubs**. Select **Create**.
4646

47-
1. Enter a **Name** for your Event Hubs namespace, choose *Standard* **Pricing tier**, your **Subscription**, the **Resource group** you used for your Digital Twins instance, and the **Location**. Click **Create**.
47+
1. Enter a **Name** for your Event Hubs namespace. Choose **Standard** for **Pricing tier**, your **Subscription**, the **Resource group** that you used for your Digital Twins instance, and the **Location**. Select **Create**.
4848

49-
1. Once deployed, navigate to the Event Hubs namespace *deployment*, and click on the namespace under **RESOURCE**.
49+
1. In the Event Hubs namespace deployment, select the namespace under **RESOURCE**.
5050

51-
![Event Hub namespace](./media/tutorial-facilities-analyze/open-event-hub-ns.png)
51+
![Event Hubs namespace after deployment](./media/tutorial-facilities-analyze/open-event-hub-ns.png)
5252

5353

54-
1. In the Event Hubs namespace **Overview** pane, click on the **Event Hub** button at the top.
55-
![Event Hub](./media/tutorial-facilities-analyze/create-event-hub.png)
54+
1. In the Event Hubs namespace **Overview** pane, select the **Event Hub** button at the top.
55+
![Event Hub button](./media/tutorial-facilities-analyze/create-event-hub.png)
5656

57-
1. Enter a **Name** for your event hub, and click **Create**. Once deployed, it will appear in the **Event Hubs** pane of the Event Hubs namespace with an *Active* **STATUS**. Click on this event hub to open its **Overview** pane.
57+
1. Enter a **Name** for your event hub, and select **Create**.
5858

59-
1. Click **Consumer group** button at the top, and enter a name such as *tsievents* for the consumer group. Click **Create**.
59+
After the event hub is deployed, it will appear in the **Event Hubs** pane of the Event Hubs namespace with an **Active** status. Select this event hub to open its **Overview** pane.
60+
61+
1. Select the **Consumer group** button at the top, and enter a name such as **tsievents** for the consumer group. Select **Create**.
6062
![Event Hub consumer group](./media/tutorial-facilities-analyze/event-hub-consumer-group.png)
6163

62-
Once created, the consumer group will appear in the list at the bottom of the event hub's **Overview** pane.
64+
After the consumer group is created, it will appear in the list at the bottom of the event hub's **Overview** pane.
6365

64-
1. Open the **Shared access policies** pane for your event hub, and click **Add** button. **Create** a policy named *ManageSend*, and make sure all the checkboxes are checked.
66+
1. Open the **Shared access policies** pane for your event hub, and select the **Add** button. Enter **ManageSend** as the policy name, make sure all the check boxes are selected, and select **Create**.
6567

6668
![Event Hub connection strings](./media/tutorial-facilities-analyze/event-hub-connection-strings.png)
6769

68-
1. Open the *ManageSend* policy that you created, and copy the values for **Connection string--primary key** and **Connection string--secondary key** to a temporary file. You will need these values to create an endpoint for the event hub in the next section.
70+
1. Open the ManageSend policy that you created, and copy the values for **Connection string--primary key** and **Connection string--secondary key** to a temporary file. You'll need these values to create an endpoint for the event hub in the next section.
6971

70-
### Create endpoint for the event hub
72+
### Create an endpoint for the event hub
7173

7274
1. In the command window, make sure you are in the **_occupancy-quickstart\src** folder of the Digital Twins sample.
7375

0 commit comments

Comments
 (0)