Skip to content

Commit c0766ef

Browse files
authored
Merge pull request #294748 from dominicbetts/iot-ropc-feb
IoT: SFI ROPC Feb 25
2 parents 4bb3513 + 3433695 commit c0766ef

12 files changed

+24
-0
lines changed

articles/iot/concepts-developer-guide-service.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ IoT Plug and Play lets you use devices that have announced their model ID with y
2121

2222
If you're using IoT Central, you can use the IoT Central UI and REST API to interact with IoT Plug and Play devices connected to your application.
2323

24+
[!INCLUDE [iot-authentication-service-connection-string](../../includes/iot-authentication-service-connection-string.md)]
25+
2426
## Service SDKs
2527

2628
Use the Azure IoT service SDKs in your solution to interact with devices and modules. For example, you can use the service SDKs to read and update twin properties and invoke commands. Supported languages include C#, Java, Node.js, and Python.

includes/iot-central-connect-device-c.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.date: 06/06/2023
88

99
[![Browse code](../articles/iot-central/core/media/common/browse-code.svg)](https://github.com/Azure/azure-iot-sdk-c/tree/master/iothub_client/samples/pnp)
1010

11+
[!INCLUDE [iot-authentication-device-connection-string](iot-authentication-device-connection-string.md)]
12+
1113
## Prerequisites
1214

1315
To complete the steps in this tutorial, you need:

includes/iot-central-connect-device-csharp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.date: 06/06/2023
88

99
[![Browse code](../articles/iot-central/core/media/common/browse-code.svg)](https://github.com/Azure/azure-iot-sdk-csharp/tree/main/iothub/device/samples/solutions/PnpDeviceSamples/Thermostat)
1010

11+
[!INCLUDE [iot-authentication-device-connection-string](iot-authentication-device-connection-string.md)]
12+
1113
## Prerequisites
1214

1315
To complete the steps in this article, you need the following resources:

includes/iot-central-connect-device-java.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.date: 06/06/2023
88

99
[![Browse code](../articles/iot-central/core/media/common/browse-code.svg)](https://github.com/Azure/azure-iot-sdk-java/tree/main/iothub/device/iot-device-samples/pnp-device-sample)
1010

11+
[!INCLUDE [iot-authentication-device-connection-string](iot-authentication-device-connection-string.md)]
12+
1113
## Prerequisites
1214

1315
To complete the steps in this article, you need the following resources:

includes/iot-central-connect-device-nodejs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.date: 06/06/2023
88

99
[![Browse code](../articles/iot-central/core/media/common/browse-code.svg)](https://github.com/Azure/azure-iot-sdk-node/tree/main/device/samples)
1010

11+
[!INCLUDE [iot-authentication-device-connection-string](iot-authentication-device-connection-string.md)]
12+
1113
## Prerequisites
1214

1315
To complete the steps in this article, you need the following resources:

includes/iot-central-connect-device-python.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.date: 03/31/2021
88

99
[![Browse code](../articles/iot-central/core/media/common/browse-code.svg)](https://github.com/Azure/azure-iot-sdk-python/tree/v2/samples/pnp)
1010

11+
[!INCLUDE [iot-authentication-device-connection-string](iot-authentication-device-connection-string.md)]
12+
1113
## Prerequisites
1214

1315
To complete the steps in this article, you need the following resources:

includes/iot-pnp-connect-device-c.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This tutorial shows you how to build a sample IoT Plug and Play device applicati
1010

1111
[![Browse code](../articles/iot-central/core/media/common/browse-code.svg)](https://github.com/Azure/azure-iot-sdk-c/tree/master/iothub_client/samples/pnp)
1212

13+
[!INCLUDE [iot-authentication-device-connection-string](iot-authentication-device-connection-string.md)]
14+
1315
## Prerequisites
1416

1517
[!INCLUDE [iot-pnp-prerequisites](iot-pnp-prerequisites.md)]

includes/iot-pnp-connect-device-csharp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This tutorial shows you how to build a sample IoT Plug and Play device applicati
1010

1111
[![Browse code](../articles/iot-central/core/media/common/browse-code.svg)](https://github.com/Azure/azure-iot-sdk-csharp/tree/main/iothub/device/samples/solutions/PnpDeviceSamples/Thermostat)
1212

13+
[!INCLUDE [iot-authentication-device-connection-string](iot-authentication-device-connection-string.md)]
14+
1315
## Prerequisites
1416

1517
[!INCLUDE [iot-pnp-prerequisites](iot-pnp-prerequisites.md)]

includes/iot-pnp-connect-device-java.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This tutorial shows you how to build a sample IoT Plug and Play device applicati
1010

1111
[![Browse code](../articles/iot-central/core/media/common/browse-code.svg)](https://github.com/Azure/azure-iot-sdk-java/tree/main/iothub/device/iot-device-samples/pnp-device-sample)
1212

13+
[!INCLUDE [iot-authentication-device-connection-string](iot-authentication-device-connection-string.md)]
14+
1315
## Prerequisites
1416

1517
[!INCLUDE [iot-pnp-prerequisites](iot-pnp-prerequisites.md)]

includes/iot-pnp-connect-device-node.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This tutorial shows you how to build a sample IoT Plug and Play device applicati
1010

1111
[![Browse code](../articles/iot-central/core/media/common/browse-code.svg)](https://github.com/Azure/azure-iot-sdk-node/tree/main/device/samples)
1212

13+
[!INCLUDE [iot-authentication-device-connection-string](iot-authentication-device-connection-string.md)]
14+
1315
## Prerequisites
1416

1517
[!INCLUDE [iot-pnp-prerequisites](iot-pnp-prerequisites.md)]

0 commit comments

Comments
 (0)