Skip to content

Commit 0b6916a

Browse files
Merge pull request #225408 from pritamso/Broken-link-fix-kgremban
Broken link fix
2 parents 10b26d6 + 50c862c commit 0b6916a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

articles/iot-hub/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ landingContent:
8888
- text: Learn about Azure IoT SDKs
8989
url: iot-hub-devguide-sdks.md
9090
- text: Use the Azure IoT Tools for VS Code
91-
url: https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools
91+
url: https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit
9292
- text: Supported device protocols
9393
url: iot-hub-devguide-protocols.md
9494

articles/iot-hub/iot-hub-dev-guide-sas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ HTTPS implements authentication by including a valid token in the **Authorizatio
223223
For example, Username (DeviceId is case-sensitive):
224224
`iothubname.azure-devices.net/DeviceId`
225225

226-
Password (You can generate a SAS token with the CLI extension command [az iot hub generate-sas-token](/cli/azure/iot/hub#az-iot-hub-generate-sas-token), or the [Azure IoT Tools for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools)):
226+
Password (You can generate a SAS token with the CLI extension command [az iot hub generate-sas-token](/cli/azure/iot/hub#az-iot-hub-generate-sas-token), or the [Azure IoT Tools for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit)):
227227

228228
`SharedAccessSignature sr=iothubname.azure-devices.net%2fdevices%2fDeviceId&sig=kPszxZZZZZZZZZZZZZZZZZAhLT%2bV7o%3d&se=1487709501`
229229

@@ -315,7 +315,7 @@ The result, which grants access to all functionality for device1, would be:
315315
`SharedAccessSignature sr=myhub.azure-devices.net%2fdevices%2fdevice1&sig=13y8ejUk2z7PLmvtwR5RqlGBOVwiq7rQR3WZ5xZX3N4%3D&se=1456971697`
316316

317317
> [!NOTE]
318-
> It's possible to generate a SAS token with the CLI extension command [az iot hub generate-sas-token](/cli/azure/iot/hub#az-iot-hub-generate-sas-token), or the [Azure IoT Tools for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools).
318+
> It's possible to generate a SAS token with the CLI extension command [az iot hub generate-sas-token](/cli/azure/iot/hub#az-iot-hub-generate-sas-token), or the [Azure IoT Tools for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit).
319319
320320
#### Use a shared access policy to access on behalf of a device
321321

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ There are several open-source tools to help you manage your IoT hub.
7272

7373
* A Windows application called [Azure IoT Explorer](https://github.com/Azure/azure-iot-explorer).
7474

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

7777
* A cross-platform Python CLI called [the IoT extension for Azure CLI](https://github.com/Azure/azure-iot-cli-extension).
7878

articles/iot-hub/iot-hub-distributed-tracing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ To change the percentage of messages to be traced from the cloud, you must updat
209209
210210
### Update by using Azure IoT Hub for Visual Studio Code
211211
212-
1. With Visual Studio Code installed, install the latest version of [Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools) for Visual Studio Code.
212+
1. With Visual Studio Code installed, install the latest version of [Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) for Visual Studio Code.
213213
214214
1. Open Visual Studio Code, and go to the **Explorer** tab and the **Azure IoT Hub** section.
215215

includes/iot-hub-include-create-hub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This section describes how to create an IoT hub using the [Azure portal](https:/
3636

3737
If you're working through a quickstart, select the free tier.
3838

39-
- **Daily message limit**: Select the maximum daily quota of messages for your hub. The available options depend on the tier you've selected for your hub. To see the available messaging and pricing options, select **See all options** and select the option that best matches the needs of your hub. For more information, see [IoT Hub quotas and throttling](/articles/iot-hub/iot-hub-devguide-quotas-throttling.md).
39+
- **Daily message limit**: Select the maximum daily quota of messages for your hub. The available options depend on the tier you've selected for your hub. To see the available messaging and pricing options, select **See all options** and select the option that best matches the needs of your hub. For more information, see [IoT Hub quotas and throttling](../articles/iot-hub/iot-hub-devguide-quotas-throttling.md).
4040

4141
> [!NOTE]
4242
> Prices shown are for example purposes only.

0 commit comments

Comments
 (0)