Skip to content

Commit 272b93b

Browse files
committed
Fixed link paths
1 parent aa32e46 commit 272b93b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/iot-hub-howto-device-management-dotnet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This section describes how to use device application code to:
2323
* Trigger a simulated device reboot
2424
* Use the reported properties to enable device twin queries to identify devices and when they were last rebooted
2525

26-
[!INCLUDE [iot-authentication-device-connection-string.md](../../includes/iot-authentication-device-connection-string.md)]
26+
[!INCLUDE [iot-authentication-device-connection-string.md](iot-authentication-device-connection-string.md)]
2727

2828
### Required device NuGet package
2929

@@ -134,7 +134,7 @@ The Azure IoT SDK for .NET provides working samples of device apps that handle d
134134

135135
## Get the IoT hub connection string
136136

137-
[!INCLUDE [iot-hub-howto-device-management-shared-access-policy-text](../../includes/iot-hub-howto-device-management-shared-access-policy-text.md)]
137+
[!INCLUDE [iot-hub-howto-device-management-shared-access-policy-text](iot-hub-howto-device-management-shared-access-policy-text.md)]
138138

139139
## Create a backend application
140140

@@ -163,7 +163,7 @@ To invoke a direct method on a device through IoT Hub, your service needs the **
163163

164164
As a parameter to `CreateFromConnectionString`, supply the **service** shared access policy. For more information about shared access policies, see [Control access to IoT Hub with shared access signatures](/azure/iot-hub/authenticate-authorize-sas).
165165

166-
[!INCLUDE [iot-authentication-service-connection-string.md](../../includes/iot-authentication-service-connection-string.md)]
166+
[!INCLUDE [iot-authentication-service-connection-string.md](iot-authentication-service-connection-string.md)]
167167

168168
```csharp
169169
using Microsoft.Azure.Devices;

0 commit comments

Comments
 (0)