Skip to content

Commit 2b65cc4

Browse files
committed
Add connection-string warnings
1 parent e419707 commit 2b65cc4

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ IoT Edge supports the [*transparent* and *translation* gateway patterns](../../i
1818

1919
:::image type="content" source="media/how-to-connect-iot-edge-transparent-gateway/edge-transparent-gateway.png" alt-text="Diagram that shows IoT Edge as a transparent gateway." border="false":::
2020

21+
[!INCLUDE [iot-authentication-device-connection-string](../../../includes/iot-authentication-device-connection-string.md)]
22+
2123
For simplicity, this article uses virtual machines to host the downstream and gateway devices. In a real scenario, the downstream device and gateway would run on physical devices on your local network.
2224

2325
This article shows how to implement the scenario by using the IoT Edge 1.4 runtime.

articles/iot/set-up-environment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.devlang: azurecli
1414

1515
Before you can complete any of the IoT Plug and Play quickstarts and tutorials, you need to configure an IoT hub and the Device Provisioning Service (DPS) in your Azure subscription. You'll also need local copies of the model files used by the sample applications and the Azure IoT explorer tool.
1616

17+
[!INCLUDE [iot-authentication-service-connection-string](../../includes/iot-authentication-service-connection-string.md)]
18+
1719
## Prerequisites
1820

1921
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.

articles/iot/tutorial-migrate-device-to-module.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.service: iot
1414

1515
This tutorial shows you how to connect a generic IoT Plug and Play [module](../iot-hub/iot-hub-devguide-module-twins.md).
1616

17+
[!INCLUDE [iot-authentication-device-connection-string](../../includes/iot-authentication-device-connection-string.md)]
18+
1719
A device is an IoT Plug and Play device if it:
1820

1921
* Publishes its model ID when it connects to an IoT hub.
@@ -35,7 +37,7 @@ To demonstrate how to implement an IoT Plug and Play module, this tutorial shows
3537
To complete this tutorial, install the following software in your local development environment:
3638

3739
* Install the latest .NET for your operating system from [https://dot.net](https://dot.net).
38-
* [Git](https://git-scm.com/download/).
40+
* [Git](https://git-scm.com/downloads/).
3941

4042
Use the Azure IoT explorer tool to add a new device called **my-module-device** to your IoT hub.
4143

0 commit comments

Comments
 (0)