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/digital-twins/tutorial-facilities-analyze.md
+17-15Lines changed: 17 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,40 +34,42 @@ This tutorial assumes that you have [configured](tutorial-facilities-setup.md) a
34
34
35
35
36
36
## 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.
38
38
39
39
### Create an event hub
40
40
41
-
1. Sign in to [Azure portal](https://portal.azure.com).
41
+
1. Sign in to the [Azure portal](https://portal.azure.com).
42
42
43
-
1. On the left navigation panel, click**Create a resource**.
43
+
1. On the left pane, select**Create a resource**.
44
44
45
-
1. Search for and select **Event Hubs**. Click**Create**.
45
+
1. Search for and select **Event Hubs**. Select**Create**.
46
46
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**.
48
48
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**.
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**.
58
58
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**.
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.
63
65
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**.
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.
69
71
70
-
### Create endpoint for the event hub
72
+
### Create an endpoint for the event hub
71
73
72
74
1. In the command window, make sure you are in the **_occupancy-quickstart\src** folder of the Digital Twins sample.
0 commit comments