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/howto-connect-rigado-cascade-500.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
@@ -3,7 +3,7 @@ title: Connect a Rigado Cascade 500 in Azure IoT Central
3
3
description: Learn how to configure and connect a Rigado Cascade 500 gateway device to your IoT Central application.
4
4
author: dominicbetts
5
5
ms.author: dobett
6
-
ms.date: 11/01/2022
6
+
ms.date: 11/27/2023
7
7
services: iot-central
8
8
ms.service: iot-central
9
9
ms.topic: how-to
@@ -58,7 +58,7 @@ To connect the Cascade 500 device to your IoT Central application, you need to r
58
58
59
59
1. Now select **SAS-IoT-Edge-Devices** and make a note of the **Primary key**:
60
60
61
-
:::image type="content" source="media/howto-connect-rigado-cascade-500/primary-key-sas.png" alt-text="Screenshot that shows the primary SAS key for you device connection group." lightbox="media/howto-connect-rigado-cascade-500/primary-key-sas.png":::
61
+
:::image type="content" source="media/howto-connect-rigado-cascade-500/primary-key-sas.png" alt-text="Screenshot that shows the primary SAS key for your device connection group." lightbox="media/howto-connect-rigado-cascade-500/primary-key-sas.png":::
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-create-custom-rules.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Extend Azure IoT Central by using custom rules
3
3
description: Configure an IoT Central application to send notifications when a device stops sending telemetry by using Azure Stream Analytics, Azure Functions, and SendGrid.
# Extend Azure IoT Central with custom rules using Stream Analytics, Azure Functions, and SendGrid
15
15
16
-
This how-to guide shows you how to extend your IoT Central application with custom rules and notifications. The example shows sending a notification to an operator when a device stops sending telemetry. The solution uses an [Azure Stream Analytics](../../stream-analytics/index.yml) query to detect when a device has stopped sending telemetry. The Stream Analytics job uses [Azure Functions](../../azure-functions/index.yml) to send notification emails using [SendGrid](https://sendgrid.com/docs/for-developers/partners/microsoft-azure/).
16
+
This how-to guide shows you how to extend your IoT Central application with custom rules and notifications. The example shows sending a notification to an operator when a device stops sending telemetry. The solution uses an [Azure Stream Analytics](../../stream-analytics/index.yml) query to detect when a device stops sending telemetry. The Stream Analytics job uses [Azure Functions](../../azure-functions/index.yml) to send notification emails using [SendGrid](https://sendgrid.com/docs/for-developers/partners/microsoft-azure/).
17
17
18
18
This how-to guide shows you how to extend IoT Central beyond what it can already do with the built-in rules and actions.
19
19
20
20
In this how-to guide, you learn how to:
21
21
22
22
* Stream telemetry from an IoT Central application using *continuous data export*.
23
-
* Create a Stream Analytics query that detects when a device has stopped sending data.
23
+
* Create a Stream Analytics query that detects when a device stops sending data.
24
24
* Send an email notification using the Azure Functions and SendGrid services.
25
25
26
26
## Prerequisites
@@ -346,7 +346,7 @@ To tidy up after this how-to and avoid unnecessary costs, delete the **DetectSto
346
346
In this how-to guide, you learned how to:
347
347
348
348
* Stream telemetry from an IoT Central application using the data export feature.
349
-
* Create a Stream Analytics query that detects when a device has stopped sending data.
349
+
* Create a Stream Analytics query that detects when a device stops sending data.
350
350
* Send an email notification using the Azure Functions and SendGrid services.
351
351
352
352
Now that you know how to create custom rules and notifications, the suggested next step is to learn how to [Extend Azure IoT Central with custom analytics](howto-create-custom-analytics.md).
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-transform-data.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Transform data for an IoT Central application
3
3
description: IoT devices send data in various formats that you may need to transform. This article describes how to transform data both on the way in and out of IoT Central.
4
4
author: dominicbetts
5
5
ms.author: dobett
6
-
ms.date: 01/10/2023
6
+
ms.date: 11/27/2023
7
7
ms.topic: how-to
8
8
ms.service: iot-central
9
9
services: iot-central
@@ -148,7 +148,7 @@ To build the custom module in the [Azure Cloud Shell](https://shell.azure.com/):
148
148
149
149
This scenario uses an IoT Edge gateway device to transform the data from any downstream devices. This section describes how to create IoT Central device template for the gateway device in your IoT Central application. IoT Edge devices use a deployment manifest to configure their modules.
150
150
151
-
In this example, the downstream device doesn't need a device template. The downstream device is registered in IoT Central so you can generate the credentials it needs to connect the IoT Edge device. Because the IoT Edge module transforms the data, all the downstream device telemetry arrives in IoT Central as if the IoT Edge device had sent it.
151
+
In this example, the downstream device doesn't need a device template. The downstream device is registered in IoT Central so you can generate the credentials it needs to connect the IoT Edge device. Because the IoT Edge module transforms the data, all the downstream device telemetry arrives in IoT Central as if the IoT Edge device has sent it.
152
152
153
153
To create a device template for the IoT Edge gateway device:
154
154
@@ -276,7 +276,7 @@ To check that the IoT Edge gateway device is running correctly:
276
276
277
277
1. Open your IoT Central application. Then navigate to the **IoT Edge Gateway device** on the list of devices on the **Devices** page.
278
278
279
-
1. Select the **Modules** tab and check the status of the three modules. It takes a few minutes for the IoT Edge runtime to start up in the virtual machine. When it's started, the status of the three modules is **Running**. If the IoT Edge runtime doesn't start, see [Troubleshoot your IoT Edge device](../../iot-edge/troubleshoot.md).
279
+
1. Select the **Modules** tab and check the status of the three modules. It takes a few minutes for the IoT Edge runtime to start up in the virtual machine. When the virtual machine is running, the status of the three modules is **Running**. If the IoT Edge runtime doesn't start, see [Troubleshoot your IoT Edge device](../../iot-edge/troubleshoot.md).
280
280
281
281
For your IoT Edge device to function as a gateway, it needs some certificates to prove its identity to any downstream devices. This article uses demo certificates. In a production environment, use certificates from your certificate authority.
282
282
@@ -600,7 +600,7 @@ Set up the data export to send data to your Device bridge:
600
600
601
601
### Verify
602
602
603
-
The sample device you use to test the scenario is written in Node.js. Make sure you have Node.js and npm installed on your local machine. If you don't want to install these prerequisites, use the [Azure Cloud Shell](https://shell.azure.com/) that has them preinstalled.
603
+
The sample device you use to test the scenario is written in Node.js. Make sure you have Node.js and npm installed on your local machine. If you don't want to install these prerequisites, use the [Azure Cloud Shell](https://shell.azure.com/) where they are preinstalled.
0 commit comments