Skip to content

Commit 3d065fe

Browse files
committed
Add details for manage view.
1 parent 63a1dae commit 3d065fe

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

articles/iot-central/core/how-to-connect-iot-edge-transparent-gateway.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ To let you try out this scenario, the following steps show you how to deploy the
131131

132132
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:
133133

134-
[![Deploy to Azure Button](https://aka.ms/deploytoazurebutton)](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+
[![Deploy to Azure Button](https://aka.ms/deploytoazurebutton)](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)
135135

136136
When the two virtual machines are deployed and running, verify the IoT Edge gateway device is running on the `edgegateway` virtual machine:
137137

@@ -148,7 +148,7 @@ When the two virtual machines are deployed and running, verify the IoT Edge gate
148148

149149
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:
150150

151-
[![Deploy to Azure Button](https://aka.ms/deploytoazurebutton)](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+
[![Deploy to Azure Button](https://aka.ms/deploytoazurebutton)](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)
152152

153153
When the two virtual machines are deployed and running, verify the IoT Edge gateway device is running on the `edgegateway` virtual machine:
154154

articles/iot-central/core/howto-transform-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ For convenience, this article uses Azure virtual machines to run the gateway and
255255
| Authentication Type | Password |
256256
| Admin Password Or Key | Your choice of password for the **AzureUser** account on both virtual machines. |
257257
258-
[![Deploy to Azure Button](https://aka.ms/deploytoazurebutton)](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+
[![Deploy to Azure Button](https://aka.ms/deploytoazurebutton)](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)
259259
260260
Select **Review + Create**, and then **Create**. It takes a couple of minutes to create the virtual machines in the **ingress-scenario** resource group.
261261

articles/iot-central/core/tutorial-connect-iot-edge-device.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ To find these values, navigate to the **Environmental sensor - 001** device from
9090

9191
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:
9292

93-
[![Deploy to Azure Button](https://aka.ms/deploytoazurebutton)](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+
[![Deploy to Azure Button](https://aka.ms/deploytoazurebutton)](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)
9494

9595
On the **Custom deployment** page, use the following values to complete the form:
9696

@@ -168,7 +168,7 @@ The module now includes a **telemetry** interface that defines **machine**, **am
168168

169169
:::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.":::
170170

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:
172172

173173
1. In the **Environmental sensor** device template, select **Views**.
174174

@@ -186,7 +186,7 @@ To add some forms and views to enable you to manage the device and view the tele
186186

187187
1. To publish the template, select **Publish**.
188188

189-
## View telemetry
189+
## View telemetry and control module
190190

191191
To view the telemetry from your device, you need to attach the device to the device template:
192192

@@ -202,9 +202,11 @@ To view the telemetry from your device, you need to attach the device to the dev
202202

203203
:::image type="content" source="media/tutorial-connect-iot-edge-device/environmental-telemetry-view.png" alt-text="Screenshot that shows the telemetry line charts.":::
204204

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.
208210

209211
## Clean up resources
210212

0 commit comments

Comments
 (0)