Skip to content

Commit 77a659f

Browse files
committed
Fix links.
1 parent bfc643f commit 77a659f

File tree

4 files changed

+7
-17
lines changed

4 files changed

+7
-17
lines changed

articles/iot-hub/iot-hub-devguide-glossary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ There are _device SDKs_ available for multiple languages that enable you to crea
4040

4141
## Azure IoT Explorer
4242

43-
The [Azure IoT Explorer](iot-pnp/howto-install-iot-explorer.md) is used to view the telemetry the device is sending, work with device properties, and call commands. You can also use the explorer to interact with and test your devices.
43+
The [Azure IoT Explorer](https://github.com/Azure/azure-iot-explorer) is used to view the telemetry the device is sending, work with device properties, and call commands. You can also use the explorer to interact with and test your devices, and to manage plug and play devices.
4444

4545
## Azure IoT service SDKs
4646

@@ -140,7 +140,7 @@ Device data refers to the per-device data stored in the IoT Hub [identity regist
140140

141141
## Device explorer
142142

143-
The device explorer has been replaced with the [Azure IoT Explorer](#azure-iot-explorer), which is used to view the telemetry a device is sending, work with device properties, and call commands. You can also use the explorer to interact with and test your devices.
143+
The device explorer has been replaced with the [Azure IoT Explorer](https://github.com/Azure/azure-iot-explorer), which is used to view the telemetry the device is sending, work with device properties, and call commands. You can also use the explorer to interact with and test your devices, and to manage plug and play devices.
144144

145145
## Device identity
146146

articles/iot-hub/iot-hub-devguide-sdks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Azure Provisioning device and service SDKs for Node.js:
152152

153153
Azure Provisioning device and service SDKs for Python:
154154

155-
* [Source code](https://github.com/Azure/azure-iot-device)
155+
* [Source code](https://github.com/Azure/azure-iot-sdk-python)
156156
* Download [Device SDK](https://pypi.org/project/azure-iot-device/) and [Service SDK](https://pypi.org/project/azure-iothub-provisioningserviceclient/) from pip
157157

158158
## Next steps

articles/iot-hub/iot-hub-device-sdk-c-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Now that you have the sample source code, the next thing to do is to get a set o
6868

6969
There are several open source tools to help you manage your IoT hub.
7070

71-
* A Windows application called [device explorer](https://github.com/Azure/azure-iot-sdk-csharp/tree/master/tools/DeviceExplorer).
71+
* A Windows application called [Azure IoT Explorer](https://github.com/Azure/azure-iot-explorer).
7272

7373
* A cross-platform Visual Studio Code extension called [Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools).
7474

articles/iot-hub/iot-hub-mqtt-support.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ IoT Hub is not a full-featured MQTT broker and does not support all the behavior
1919

2020
[!INCLUDE [iot-hub-basic](../../includes/iot-hub-basic-partial.md)]
2121

22-
All device communication with IoT Hub must be secured using TLS/SSL. Therefore, IoT Hub doesnt support non-secure connections over port 1883.
22+
All device communication with IoT Hub must be secured using TLS/SSL. Therefore, IoT Hub doesn't support non-secure connections over port 1883.
2323

2424
## Connecting to IoT Hub
2525

@@ -112,7 +112,7 @@ If a device cannot use the device SDKs, it can still connect to the public devic
112112
113113
For more information about how to generate SAS tokens, see the device section of [Using IoT Hub security tokens](iot-hub-devguide-security.md#use-sas-tokens-in-a-device-app).
114114

115-
When testing, you can also use the cross-platform [Azure IoT Tools for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools) or the [Device Explorer](https://github.com/Azure/azure-iot-sdk-csharp/blob/master/tools/DeviceExplorer) tool to quickly generate a SAS token that you can copy and paste into your own code:
115+
When testing, you can also use the cross-platform [Azure IoT Tools for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools) or the CLI extension command [az iot hub generate-sas-token](/cli/azure/ext/azure-cli-iot-ext/iot/hub?view=azure-cli-latest#ext-azure-cli-iot-ext-az-iot-hub-generate-sas-token) to quickly generate a SAS token that you can copy and paste into your own code:
116116

117117
### For Azure IoT Tools
118118

@@ -124,16 +124,6 @@ If a device cannot use the device SDKs, it can still connect to the public devic
124124

125125
4. The SAS token is created and copied to clipboard.
126126

127-
### For Device Explorer
128-
129-
1. Go to the **Management** tab in **Device Explorer**.
130-
131-
2. Click **SAS Token** (top right).
132-
133-
3. On **SASTokenForm**, select your device in the **DeviceID** drop down. Set your **TTL**.
134-
135-
4. Click **Generate** to create your token.
136-
137127
The SAS token that's generated has the following structure:
138128

139129
`HostName={your hub name}.azure-devices.net;DeviceId=javadevice;SharedAccessSignature=SharedAccessSignature sr={your hub name}.azure-devices.net%2Fdevices%2FMyDevice01%2Fapi-version%3D2016-11-14&sig=vSgHBMUG.....Ntg%3d&se=1456481802`
@@ -353,7 +343,7 @@ The following sequence describes how a device updates the reported properties in
353343

354344
3. The service then sends a response message that contains the new ETag value for the reported properties collection on topic `$iothub/twin/res/{status}/?$rid={request id}`. This response message uses the same **request ID** as the request.
355345

356-
The request message body contains a JSON document, that contains new values for reported properties. Each member in the JSON document updates or add the corresponding member in the device twins document. A member set to `null`, deletes the member from the containing object. For example:
346+
The request message body contains a JSON document, that contains new values for reported properties. Each member in the JSON document updates or add the corresponding member in the device twin's document. A member set to `null`, deletes the member from the containing object. For example:
357347

358348
```json
359349
{

0 commit comments

Comments
 (0)