Skip to content

Commit 950075a

Browse files
committed
Minor freshness updates
1 parent 53843b6 commit 950075a

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

articles/iot-central/core/howto-configure-file-uploads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: How to configure, implement, and manage file uploads from your devi
44
services: iot-central
55
author: dominicbetts
66
ms.author: dobett
7-
ms.date: 08/25/2022
7+
ms.date: 11/27/2023
88
ms.topic: how-to
99
ms.service: iot-central
1010

articles/iot-central/core/howto-connect-eflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Connect Azure IoT Edge for Linux on Windows (EFLOW)
33
description: Learn how to connect an Azure IoT Edge for Linux on Windows (EFLOW) device to an IoT Central application
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 10/11/2022
6+
ms.date: 11/27/2023
77
ms.topic: how-to
88
ms.service: iot-central
99
---
@@ -161,7 +161,7 @@ You've now finished configuring your IoT Central application to enable an IoT Ed
161161

162162
To install and provision your EFLOW device:
163163

164-
1. In an elevated PowerShell session, run each of the following commands to download IoT Edge for Linux on Windows.
164+
1. In an elevated PowerShell session, run the following commands to download IoT Edge for Linux on Windows.
165165

166166
```powershell
167167
$msiPath = $([io.Path]::Combine($env:TEMP, 'AzureIoTEdge.msi'))

articles/iot-central/core/howto-connect-rigado-cascade-500.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Connect a Rigado Cascade 500 in Azure IoT Central
33
description: Learn how to configure and connect a Rigado Cascade 500 gateway device to your IoT Central application.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 11/01/2022
6+
ms.date: 11/27/2023
77
services: iot-central
88
ms.service: iot-central
99
ms.topic: how-to
@@ -58,7 +58,7 @@ To connect the Cascade 500 device to your IoT Central application, you need to r
5858

5959
1. Now select **SAS-IoT-Edge-Devices** and make a note of the **Primary key**:
6060

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":::
6262

6363
## Contact Rigado to connect the gateway
6464

articles/iot-central/core/howto-create-custom-rules.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Extend Azure IoT Central by using custom rules
33
description: Configure an IoT Central application to send notifications when a device stops sending telemetry by using Azure Stream Analytics, Azure Functions, and SendGrid.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 11/28/2022
6+
ms.date: 11/27/2023
77
ms.topic: how-to
88
ms.service: iot-central
99
services: iot-central
@@ -13,14 +13,14 @@ ms.custom: mvc, devx-track-csharp, devx-track-azurecli
1313

1414
# Extend Azure IoT Central with custom rules using Stream Analytics, Azure Functions, and SendGrid
1515

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/).
1717

1818
This how-to guide shows you how to extend IoT Central beyond what it can already do with the built-in rules and actions.
1919

2020
In this how-to guide, you learn how to:
2121

2222
* 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.
2424
* Send an email notification using the Azure Functions and SendGrid services.
2525

2626
## Prerequisites
@@ -346,7 +346,7 @@ To tidy up after this how-to and avoid unnecessary costs, delete the **DetectSto
346346
In this how-to guide, you learned how to:
347347

348348
* 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.
350350
* Send an email notification using the Azure Functions and SendGrid services.
351351

352352
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).

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Transform data for an IoT Central application
33
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.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 01/10/2023
6+
ms.date: 11/27/2023
77
ms.topic: how-to
88
ms.service: iot-central
99
services: iot-central
@@ -148,7 +148,7 @@ To build the custom module in the [Azure Cloud Shell](https://shell.azure.com/):
148148
149149
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.
150150
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.
152152
153153
To create a device template for the IoT Edge gateway device:
154154
@@ -276,7 +276,7 @@ To check that the IoT Edge gateway device is running correctly:
276276
277277
1. Open your IoT Central application. Then navigate to the **IoT Edge Gateway device** on the list of devices on the **Devices** page.
278278
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).
280280
281281
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.
282282
@@ -600,7 +600,7 @@ Set up the data export to send data to your Device bridge:
600600

601601
### Verify
602602

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

605605
To run a sample device that tests the scenario:
606606

0 commit comments

Comments
 (0)