Skip to content

Commit 4f97139

Browse files
Merge pull request #288314 from dominicbetts/central-freshness
IoT Central: Freshness
2 parents 477a222 + c42d1c8 commit 4f97139

10 files changed

+17
-13
lines changed

articles/iot-central/core/overview-iot-central.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: What is Azure IoT Central
33
description: Azure IoT Central is an application platform that simplifies the creation of IoT solutions, reducing the overhead of IoT management operations, and development.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 06/02/2023
6+
ms.date: 10/14/2024
77
ms.topic: overview
88
ms.service: iot-central
99
services: iot-central

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Tutorial - Connect a client app to Azure IoT Central
33
description: This tutorial shows you how to connect a device running either a C, C#, Java, JavaScript, or Python client app to your Azure IoT Central application.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 06/06/2023
6+
ms.date: 10/14/2024
77
ms.topic: tutorial
88
ms.service: iot-central
99
services: iot-central
@@ -17,6 +17,8 @@ zone_pivot_groups: programming-languages-set-twenty-six
1717

1818
# Tutorial: Create and connect a client application to your Azure IoT Central application
1919

20+
[!INCLUDE [iot-authentication-device-connection-string](../../../includes/iot-authentication-device-connection-string.md)]
21+
2022
This tutorial shows you how to connect a client application to your Azure IoT Central application. The application simulates the behavior of a temperature controller device. When the application connects to IoT Central, it sends the model ID of the temperature controller device model. IoT Central uses the model ID to retrieve the device model and create a device template for you. You add views to the device template to enable an operator to interact with a device.
2123

2224
In this tutorial, you learn how to:

articles/iot-central/energy/tutorial-smart-meter-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Tutorial - Azure IoT smart-meter monitoring
33
description: This tutorial shows you how to deploy and use an application template for monitoring smart meters in Azure IoT Central.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 06/12/2023
6+
ms.date: 10/14/2024
77
ms.topic: tutorial
88
ms.service: iot-central
99
services: iot-central

articles/iot-central/energy/tutorial-solar-panel-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Tutorial - Azure IoT solar panel monitoring
33
description: This tutorial shows you how to deploy and use the solar panel monitoring application template for IoT Central.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 06/12/2023
6+
ms.date: 10/14/2024
77
ms.topic: tutorial
88
ms.service: iot-central
99
services: iot-central

articles/iot-central/government/tutorial-connected-waste-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Tutorial - Azure IoT connected waste management
33
description: This tutorial shows you how to deploy and use the connected waste management application template for IoT Central.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 06/13/2023
6+
ms.date: 10/14/2024
77
ms.topic: tutorial
88
ms.service: iot-central
99
services: iot-central

articles/iot-central/government/tutorial-water-consumption-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Tutorial - Azure IoT water consumption monitoring
33
description: This tutorial shows you how to deploy and use the water consumption monitoring application template for IoT Central.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 06/16/2022
6+
ms.date: 10/14/2024
77
ms.topic: tutorial
88
ms.service: iot-central
99
services: iot-central

articles/iot-central/retail/tutorial-iot-central-digital-distribution-center.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: dominicbetts
55
ms.author: dobett
66
ms.service: iot-central
77
ms.topic: tutorial
8-
ms.date: 06/12/2023
8+
ms.date: 10/14/2024
99
---
1010

1111
# Tutorial: Deploy and walk through the digital distribution center application template

articles/iot-central/retail/tutorial-iot-central-smart-inventory-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: dominicbetts
55
ms.author: dobett
66
ms.service: iot-central
77
ms.topic: tutorial
8-
ms.date: 06/12/2023
8+
ms.date: 10/14/2024
99
---
1010

1111
# Tutorial: Deploy a smart inventory-management application template

articles/iot-hub/how-to-collect-device-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Collect device debug logs
33
titleSuffix: Azure IoT Hub
44
description: To troubleshoot device issues, it's sometimes useful to collect low-level debug logs from the devices. This article shows how to use the device SDKs to generate debug logs.
5-
author: dominicbetts
6-
ms.author: dobett
5+
author: kgremban
6+
ms.author: kgremban
77
ms.date: 01/20/2023
88
ms.topic: how-to
99
ms.service: iot-hub

articles/iot/howto-use-iot-explorer.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Install and use Azure IoT explorer | Microsoft Docs
3-
description: Install the Azure IoT explorer tool and use it to interact with IoT Plug and Play devices connected to IoT hub. Although this article focuses on working with IoT Plug and Play devices, you can use the tool with any device connected to your hub.
3+
description: Install the Azure IoT explorer tool and use it to interact with devices (including IoT Plug and Play devices) connected to your IoT hub.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 09/29/2023
6+
ms.date: 10/14/2024
77
ms.topic: how-to
88
ms.service: iot-develop
99
services: iot-develop
@@ -13,6 +13,8 @@ services: iot-develop
1313

1414
# Install and use Azure IoT explorer
1515

16+
[!INCLUDE [iot-authentication-service-connection-string](../../includes/iot-authentication-service-connection-string.md)]
17+
1618
The Azure IoT explorer is a graphical tool for interacting with devices connected to your IoT hub. This article focuses on using the tool to test your IoT Plug and Play devices. After installing the tool on your local machine, you can use it to connect to a hub. You can use the tool to view the telemetry the devices are sending, work with device properties, and invoke commands.
1719

1820
This article shows you how to:
@@ -111,7 +113,7 @@ After you submit a change, you can track the update status: **synching**, **succ
111113

112114
To send a command to a device, go to the **Commands** tab:
113115

114-
1. In the list of commands, expand the command you want to trigger.
116+
1. Expand the command you want to trigger in the list of commands.
115117
1. Enter any required values for the command.
116118
1. Preview the payload to be sent to the device.
117119
1. Submit the command.

0 commit comments

Comments
 (0)