Skip to content

Commit 93293e9

Browse files
committed
Minor UI matching
1 parent 348183e commit 93293e9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ You can use the [Event Hubs](../event-hubs/event-hubs-about.md) service to creat
7878
> [!TIP]
7979
> Verify that you are creating an SAS Policy for your event hub instance rather than your namespace.
8080
81-
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.
81+
1. Open the **ManageSend** policy that you created, and copy the values for **Connection stringprimary key** and **Connection stringsecondary key** to a temporary file. You'll need these values to create an endpoint for the event hub in the next section.
8282

8383
### Create an endpoint for the event hub
8484

@@ -104,13 +104,13 @@ You can use the [Event Hubs](../event-hubs/event-hubs-about.md) service to creat
104104
path: Name_of_your_Event_Hub
105105
```
106106
107-
1. Replace the placeholders `Primary_connection_string_for_your_event_hub` with the value of **Connection string--primary key** for the event hub. Make sure the format of this connection string is as follows:
107+
1. Replace the placeholders `Primary_connection_string_for_your_event_hub` with the value of **Connection stringprimary key** for the event hub. Make sure the format of this connection string is as follows:
108108

109109
```ConnectionString
110110
Endpoint=sb://nameOfYourEventHubNamespace.servicebus.windows.net/;SharedAccessKeyName=ManageSend;SharedAccessKey=yourShareAccessKey1GUID;EntityPath=nameOfYourEventHub
111111
```
112112

113-
1. Replace the placeholders `Secondary_connection_string_for_your_event_hub` with the value of **Connection string--secondary key** for the event hub. Make sure the format of this connection string is as follows:
113+
1. Replace the placeholders `Secondary_connection_string_for_your_event_hub` with the value of **Connection stringsecondary key** for the event hub. Make sure the format of this connection string is as follows:
114114

115115
```ConnectionString
116116
Endpoint=sb://nameOfYourEventHubNamespace.servicebus.windows.net/;SharedAccessKeyName=ManageSend;SharedAccessKey=yourShareAccessKey2GUID;EntityPath=nameOfYourEventHub
@@ -141,7 +141,7 @@ You can use the [Event Hubs](../event-hubs/event-hubs-about.md) service to creat
141141

142142
[![Selections for creating a Time Series Insights instance](./media/tutorial-facilities-analyze/create-tsi.png)](./media/tutorial-facilities-analyze/create-tsi.png#lightbox)
143143

144-
1. In the **Event Source** tab, enter a **Name**, select **Event Hub** as the **Source type**, and make sure the other values are selected correctly. Select **ManageSend** for **Event Hub access policy name**, and then select the consumer group that you created in the previous section for **Event Hub consumer group**. Select **Review + create**.
144+
1. In the **Event Source** tab, enter a **Name**, select **Event Hub** as the **Source type**, and make sure the other values are selected correctly to reference the event hub you created. Select **ManageSend** for **Event Hub access policy name**, and then select the consumer group that you created in the previous section for **Event Hub consumer group**. Select **Review + create**.
145145

146146
[![Selections for creating an event source](./media/tutorial-facilities-analyze/tsi-event-source.png)](./media/tutorial-facilities-analyze/tsi-event-source.png#lightbox)
147147

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,19 +112,19 @@ You can use the [Azure Logic Apps](../logic-apps/logic-apps-overview.md) service
112112

113113
[![Create a Logic Apps resource](./media/tutorial-facilities-events/create-logic-app.png)](./media/tutorial-facilities-events/create-logic-app.png#lightbox)
114114

115-
1. Open your Logic Apps resource when it's deployed, and then open the **Logic App Designer** pane.
115+
1. Open your Logic Apps resource when it's deployed, and then open the **Logic app designer** pane.
116116

117-
1. Select the **When an Event Grid resource event occurs** trigger. Sign in to your tenant with your Azure account when prompted. Select **Allow access** for your Event Grid resource if prompted. Select **Continue**.
117+
1. Select the **When an Event Grid resource event occurs** trigger. Expand the **Azure Event Grid** option, and sign in to your tenant with your Azure account when prompted. Select **Allow access** for your Event Grid resource if prompted. Select **Continue**.
118118

119-
1. In the **When a resource event occurs (Preview)** window:
119+
1. In the **When a resource event occurs** window:
120120

121121
a. Select the **Subscription** that you used to create the event grid topic.
122122

123123
b. Select **Microsoft.EventGrid.Topics** for **Resource Type**.
124124

125125
c. Select your Event Grid resource from the drop-down box for **Resource Name**.
126126

127-
[![Logic App Designer pane](./media/tutorial-facilities-events/logic-app-resource-event.png)](./media/tutorial-facilities-events/logic-app-resource-event.png#lightbox)
127+
[![Logic app designer pane](./media/tutorial-facilities-events/logic-app-resource-event.png)](./media/tutorial-facilities-events/logic-app-resource-event.png#lightbox)
128128

129129
1. Select the **New step** button.
130130

@@ -182,7 +182,7 @@ You can use the [Azure Logic Apps](../logic-apps/logic-apps-overview.md) service
182182

183183
[![Logic Apps "Send an email" selections](./media/tutorial-facilities-events/logic-app-send-email.png)](./media/tutorial-facilities-events/logic-app-send-email.png#lightbox)
184184

185-
1. Select the **Save** button at the top of the **Logic App Designer** pane.
185+
1. Select the **Save** button at the top of the **Logic app designer** pane.
186186

187187
1. Make sure to simulate sensor data by browsing to the **device-connectivity** folder of the Digital Twins sample in a command window, and running `dotnet run`.
188188

0 commit comments

Comments
 (0)