Skip to content

Commit b6e41cf

Browse files
authored
Merge pull request #207153 from v-rajagt/dobett
Link fixed.
2 parents e14ee1d + 9904c54 commit b6e41cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/iot-central/core/howto-migrate-to-iot-hub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ npm install
110110
npm start
111111
```
112112

113-
After the migrator app starts, navigate to [http://localhost:3000](http://localhost:3000) to view the tool.
113+
After the migrator app starts, navigate to `http://localhost:3000` to view the tool.
114114

115115
## Migrate devices
116116

includes/iot-pnp-service-devguide-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ ms.date: 10/20/2020
99
The following resources are also available:
1010

1111
- [Python SDK reference documentation](/python/api/azure-iot-hub/azure.iot.hub)
12-
- [Service client samples](https://github.com/Azure/azure-iot-sdk-python/blob/main/azure-iot-hub/samples/iothub_registry_manager_method_sample.py)
13-
- [Digital Twins samples](https://github.com/Azure/azure-iot-sdk-python/blob/main/azure-iot-hub/samples/get_digital_twin_sample.py)
12+
- [Service client samples](https://github.com/Azure/azure-iot-hub-python/blob/main/samples/iothub_registry_manager_method_sample.py)
13+
- [Digital Twins samples](https://github.com/Azure/azure-iot-hub-python/blob/main/samples/get_digital_twin_sample.py)
1414

1515
## IoT Hub service client examples
1616

@@ -319,4 +319,4 @@ Received event from partition: 1.
319319
Telemetry received: [{"op":"add","path":"/thermostat1","value":{"$metadata":{"maxTempSinceLastReboot":{"lastUpdateTime":"2020-10-21T14:13:39.36491Z"}},"maxTempSinceLastReboot":98.34}}]
320320
Properties (set by device): {b'hubName': b'my-pnp-hub', b'deviceId': b'my-pnp-device', b'operationTimestamp': b'2020-10-21T14:13:39.3649100+00:00', b'iothub-message-schema': b'digitalTwinChangeNotification', b'opType': b'updateTwin'}
321321
System properties (set by IoT Hub): {b'user-id': b'my-pnp-hub', b'correlation-id': b'1210b664ab83', b'content-type': b'application/json-patch+json', b'content-encoding': b'utf-8', b'iothub-connection-device-id': b'my-pnp-device', b'iothub-enqueuedtime': 1603289619481, b'iothub-message-source': b'digitalTwinChangeEvents', b'x-opt-sequence-number': 13342, b'x-opt-offset': b'12890102984', b'x-opt-enqueued-time': 1603289619668}
322-
```
322+
```

0 commit comments

Comments
 (0)