Skip to content

Commit 1febe66

Browse files
Merge pull request #300203 from DENKEN02MSFT/Top50_sonialopez_Row11
Top50 - row 11
2 parents 8551253 + dd8d78a commit 1febe66

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/iot-hub/create-connect-device.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: SoniaLopezBravo
77
ms.author: sonialopez
88
ms.service: azure-iot-hub
99
ms.topic: how-to
10-
ms.date: 06/19/2024
10+
ms.date: 05/20/2025
1111
---
1212

1313
# Create and manage device identities
@@ -16,11 +16,11 @@ Create a device identity for your device to connect to Azure IoT Hub. This artic
1616

1717
## Prerequisites
1818

19-
* An IoT hub in your Azure subscription. If you don't have a hub yet, you can follow the steps in [Create an IoT hub](create-hub.md).
19+
* An IoT hub in your Azure subscription. If you don't have a hub yet, you can follow the steps in [Create an IoT hub](create-hub.md#create-an-iot-hub).
2020

2121
* Depending on which tool you use, either have access to the [Azure portal](https://portal.azure.com) or [install the Azure CLI](/cli/azure/install-azure-cli).
2222

23-
* If your IoT hub is managed with role-based access control (RBAC), then you need **Read/Write/Delete Device/Module** permissions for the steps in this article. Those permissions are included in [IoT Hub Registry Contributor](../role-based-access-control/built-in-roles/internet-of-things.md#iot-hub-registry-contributor) role.
23+
* If your IoT hub is managed with role-based access control (RBAC), then you need **Read/Write/Delete Device/Module** permissions for the steps in this article. Those permissions are included in the [IoT Hub Registry Contributor](../role-based-access-control/built-in-roles/internet-of-things.md#iot-hub-registry-contributor) role.
2424

2525
## Prepare certificates
2626

@@ -36,7 +36,7 @@ Azure IoT devices use TLS to verify the authenticity of the IoT hub or DPS endpo
3636
* DigiCert Global G2 root CA
3737
* Microsoft RSA root CA 2017
3838

39-
For more information about IoT Hub's recommended certificate practices, see [TLS support](./iot-hub-tls-support.md).
39+
For more information about IoT Hub's recommended certificate practices, see [Transport Layer Security (TLS) support in IoT Hub](./iot-hub-tls-support.md).
4040

4141
### Authentication certificates
4242

@@ -60,7 +60,7 @@ When you register a device, you choose its authentication method. IoT Hub suppor
6060

6161
* **Symmetric key** - *This option is easiest for quickstart scenarios.*
6262

63-
When you register a device, you can provide keys or IoT Hub will generate keys for you. Both the device and the IoT hub have a copy of the symmetric key that can be compared when the device connects.
63+
When you register a device, you can provide keys or IoT Hub generates keys for you. Both the device and the IoT hub have a copy of the symmetric key that can be compared when the device connects.
6464

6565
* **X.509 self-signed**
6666

@@ -137,11 +137,11 @@ The Azure portal provides device connection strings only for devices that use sy
137137

138138
:::image type="content" source="./media/create-connect-device/copy-connection-string.png" alt-text="Screenshot that shows copying the value of the primary connection string from the Azure portal.":::
139139

140-
By default, the keys and connection strings are masked because they're sensitive information. If you click the eye icon, they're revealed. It's not necessary to reveal them to copy them with the copy button.
140+
By default, the keys and connection strings are masked because they're sensitive information. If you select the eye icon, they're revealed. It's not necessary to reveal them to copy them with the copy button.
141141

142142
### [Azure CLI](#tab/cli)
143143

144-
Use the [az iot hub device-identity connection-string show](/cli/azure/iot/hub/device-identity#az-iot-hub-device-identity-connection-string-show) command to retrieve a device's connection string. For example:
144+
Use the [az iot hub device-identity connection-string show](/cli/azure/iot/hub/device-identity/connection-string) command to retrieve a device's connection string. For example:
145145

146146
```bash
147147
az iot hub device-identity connection-string show --device-id <DEVICE_NAME> --hub-name <IOT_HUB_NAME>

0 commit comments

Comments
 (0)