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/iot-central/core/how-to-connect-iot-edge-transparent-gateway.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ To let you try out this scenario, the following steps show you how to deploy the
131
131
132
132
To try out the transparent gateway scenario, select the following button to deploy two Linux virtual machines. One virtual machine has the IoT Edge 1.1 runtime installed and is the transparent IoT Edge gateway. The other virtual machine is a downstream device where you run code to send simulated thermostat telemetry:
133
133
134
-
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fiot-central-docs-samples%2Fmaster%2Ftransparent-gateway-1-1%2FDeployGatewayVMs.json)
134
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fiot-central-docs-samples%2Fmain%2Ftransparent-gateway-1-1%2FDeployGatewayVMs.json)
135
135
136
136
When the two virtual machines are deployed and running, verify the IoT Edge gateway device is running on the `edgegateway` virtual machine:
137
137
@@ -148,7 +148,7 @@ When the two virtual machines are deployed and running, verify the IoT Edge gate
148
148
149
149
To try out the transparent gateway scenario, select the following button to deploy two Linux virtual machines. One virtual machine has the IoT Edge 1.2 runtime installed and is the transparent IoT Edge gateway. The other virtual machine is a downstream device where you run code to send simulated thermostat telemetry:
150
150
151
-
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fiot-central-docs-samples%2Fmaster%2Ftransparent-gateway-1-2%2FDeployGatewayVMs.json)
151
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fiot-central-docs-samples%2Fmain%2Ftransparent-gateway-1-2%2FDeployGatewayVMs.json)
152
152
153
153
When the two virtual machines are deployed and running, verify the IoT Edge gateway device is running on the `edgegateway` virtual machine:
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-transform-data.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ For convenience, this article uses Azure virtual machines to run the gateway and
255
255
| Authentication Type | Password |
256
256
| Admin Password Or Key | Your choice of password for the **AzureUser** account on both virtual machines. |
257
257
258
-
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fiot-central-docs-samples%2Fmaster%2Ftransparent-gateway%2FDeployGatewayVMs.json)
258
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fiot-central-docs-samples%2Fmain%2Ftransparent-gateway%2FDeployGatewayVMs.json)
259
259
260
260
Select **Review + Create**, and then **Create**. It takes a couple of minutes to create the virtual machines in the **ingress-scenario** resource group.
Copy file name to clipboardExpand all lines: articles/iot-central/core/tutorial-connect-iot-edge-device.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ To find these values, navigate to the **Environmental sensor - 001** device from
90
90
91
91
In this tutorial, you deploy the IoT Edge runtime to a Linux virtual machine in Azure. To deploy and configure the virtual machine, select the following button:
92
92
93
-
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fiot-central-docs-samples%2Fmaster%2Fedge-vm-deploy-1-4%2FedgeDeploy.json)
93
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fiot-central-docs-samples%2Fmain%2Fedge-vm-deploy-1-4%2FedgeDeploy.json)
94
94
95
95
On the **Custom deployment** page, use the following values to complete the form:
96
96
@@ -168,7 +168,7 @@ The module now includes a **telemetry** interface that defines **machine**, **am
168
168
169
169
:::image type="content" source="media/tutorial-connect-iot-edge-device/telemetry-interface.png" alt-text="Screenshot that shows the device template with the telemetry interface.":::
170
170
171
-
To add some forms and views to enable you to manage the device and view the telemetry:
171
+
To add a view that plots telemetry from the device:
172
172
173
173
1. In the **Environmental sensor** device template, select **Views**.
174
174
@@ -186,7 +186,7 @@ To add some forms and views to enable you to manage the device and view the tele
186
186
187
187
1. To publish the template, select **Publish**.
188
188
189
-
## View telemetry
189
+
## View telemetry and control module
190
190
191
191
To view the telemetry from your device, you need to attach the device to the device template:
192
192
@@ -202,9 +202,11 @@ To view the telemetry from your device, you need to attach the device to the dev
202
202
203
203
:::image type="content" source="media/tutorial-connect-iot-edge-device/environmental-telemetry-view.png" alt-text="Screenshot that shows the telemetry line charts.":::
204
204
205
-
1. The **Raw data** page now includes columns for the:
206
-
***ambient**, **machine**, and **timeCreated** telemetry values.
207
-
***SendData** and **SendInterval** properties.
205
+
1. The **Raw data** page now includes columns for the **ambient**, **machine**, and **timeCreated** telemetry values.
206
+
207
+
To control the module by using the properties defined in the deployment manifest, navigate to the **Environmental sensor - 001** device and select the **Manage** view.
208
+
209
+
IoT Central created this view automatically from the **manage** interface in the **SimulatedTemperatureSensor** module. The **Raw data** page now includes columns for the **SendData** and **SendInterval** properties.
0 commit comments