Skip to content

Commit 70c2677

Browse files
authored
Merge pull request #234969 from PatAltimore/patricka-remove-images
Remove unnecessary screenshots
2 parents b66f71c + 263f178 commit 70c2677

File tree

10 files changed

+0
-21
lines changed

10 files changed

+0
-21
lines changed

articles/iot-edge/includes/iot-edge-register-device-symmetric.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,17 @@ In your IoT hub in the Azure portal, IoT Edge devices are created and managed se
1919

2020
1. In the left pane, select **Devices** from the menu, then select **Add Device**.
2121

22-
:::image type="content" source="media/iot-edge-register-device-symmetric/add-edge-device.png" alt-text="Screenshot of where to find the Add Device button in the IoT Hub of the Azure portal.":::
23-
2422
1. On the **Create a device** page, provide the following information:
2523

2624
* Create a descriptive Device ID, for example `my-edge-device-1` (all lowercase). Copy this Device ID, as you'll use it later.
2725
* Check the **IoT Edge Device** checkbox.
2826
* Select **Symmetric key** as the authentication type.
2927
* Use the default settings to auto-generate authentication keys, which connect the new device to your hub.
3028

31-
:::image type="content" source="media/iot-edge-register-device-symmetric/create-device-portal.png" alt-text="Screenshot of how to fill in the 'Create a device' form in the IoT Hub of the Azure portal.":::
32-
3329
1. Select **Save**.
3430

3531
You should see your new device listed in your IoT hub.
3632

37-
:::image type="content" source="media/iot-edge-register-device-symmetric/new-device-listed.png" alt-text="Screenshot your new device listed in the IoT Hub of the Azure portal.":::
38-
3933
# [Visual Studio Code](#tab/visual-studio-code)
4034

4135
### Sign in to Azure
@@ -44,8 +38,6 @@ You can use the Azure IoT extensions for Visual Studio Code to perform operation
4438

4539
Once Azure IoT Edge and Azure IoT Hub extensions are installed, you notice an Azure icon gets added to the left icon menu. You can sign in to your Azure account through Visual Studio Code by selecting the Azure icon and then select **Sign in to Azure**.
4640

47-
:::image type="content" source="media/iot-edge-register-device-symmetric/sign-in-to-azure.png" alt-text="Screenshot that shows you how to sign in to Azure through Visual Studio Code.":::
48-
4941
### Register a new device with Visual Studio Code
5042

5143
Registering a new device is akin to creating an IoT Edge device in the Azure portal. This virtual device is one of the *twins*, whereas the real world device is the other twin. Visual Studio Code can set this up for you through the following steps.
@@ -59,8 +51,6 @@ In the output console of Visual Studio Code, you see the result of the command:
5951

6052
You can now see your device listed under the **Azure IoT Hub** > **Devices** section of the Explorer menu.
6153

62-
:::image type="content" source="media/iot-edge-register-device-symmetric/view-device-in-iot-hub.png" alt-text="Screenshot that shows where to expand the Azure IoT Hub menu in the Explorer view of Visual Studio Code.":::
63-
6454
> [!NOTE]
6555
> If your device is not listed, you may need to choose your IoT Hub from the link **Select IoT Hub** provided under **Azure IoT Hub** and then follow the prompts. The prompts will ask you to choose your subscription first and then your IoT Hub. This process lets Visual Studio Code know about your IoT Hub (and all devices in it). Refresh Visual Studio Code and your device should show.
6656
@@ -80,9 +70,6 @@ This command includes three parameters:
8070

8171
If your CLI says **The command requires the extension azure-iot. Do you want to install it now?**, then type `Y` and press `Enter` to initiate the download to create your device.
8272

83-
:::image type="content" source="media/iot-edge-register-device-symmetric/create-edge-device-cli.png" alt-text="Screenshot that shows the console output from running the az iot hub device-identity create command.":::
84-
85-
<!-- The 3 dashes are needed to end the tabs.-->
8673
---
8774

8875
Now that you have a device registered in IoT Hub, you can retrieve provisioning information used to complete the installation and provisioning of the [IoT Edge runtime](../iot-edge-runtime.md) in the next step.
@@ -95,8 +82,6 @@ Devices that use symmetric key authentication need their connection strings to c
9582

9683
The edge-enabled devices that connect to your IoT hub are listed on the **Devices** page of your IoT hub. If you have multiple devices, you can filter the list by selecting the type **Iot Edge Devices**, then select **Apply**.
9784

98-
:::image type="content" source="media/iot-edge-register-device/portal-view-devices.png" alt-text="Screenshot of how to view your devices in the Azure portal, IoT Hub." lightbox="media/iot-edge-register-device/portal-view-devices.png":::
99-
10085
When you're ready to set up your device, you need the connection string that links your physical device with its identity in the IoT hub. Devices that authenticate with symmetric keys have their connection strings available to copy in the portal. To find your connection string in the portal:
10186

10287
1. From the **Devices** page, select the IoT Edge device ID from the list.
@@ -106,8 +91,6 @@ When you're ready to set up your device, you need the connection string that lin
10691

10792
All the devices that connect to your IoT hub are listed in the **Azure IoT Hub** section of the Visual Studio Code Explorer. IoT Edge devices are distinguishable from non-Edge devices because they have a different icon and you see the **$edgeAgent** and **$edgeHub** modules are deployed to each IoT Edge device.
10893

109-
:::image type="content" source="media/iot-edge-register-device-symmetric/view-device-in-iot-hub.png" alt-text="Screenshot of how to view your list of devices in Visual Studio Code.":::
110-
11194
When you're ready to set up your device, you need the connection string that links your physical device with its identity in the IoT hub. Here's how to get your connection string from Visual Studio Code.
11295

11396
1. Right-click on the ID (name) of your device in the **Azure IoT Hub** section.

articles/iot-edge/includes/iot-edge-register-device-x509.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,12 @@ Devices that use X.509 certificate authentication need their IoT hub name, their
6161

6262
The edge-enabled devices that connect to your IoT hub are listed on the **Devices** page. You can filter the list by type *Iot Edge Device*.
6363

64-
:::image type="content" source="media/iot-edge-register-device/portal-view-devices.png" alt-text="Screenshot of how to view all IoT Edge devices in your IoT hub.":::
65-
6664
# [Visual Studio Code](#tab/visual-studio-code)
6765

6866
While there is no support for device registration with X.509 certificates through Visual Studio Code, you can still view your IoT Edge devices if you need to.
6967

7068
All the devices that connect to your IoT hub are listed in the **Azure IoT Hub** section of the Visual Studio Code Explorer. IoT Edge devices are distinguishable from non-Edge devices with a different icon, and the fact that the **$edgeAgent** and **$edgeHub** modules are deployed to each IoT Edge device.
7169

72-
![Use Visual Studio Code to view all IoT Edge devices in your IoT hub](media/iot-edge-register-device-x509/view-devices.png)
73-
7470
# [Azure CLI](#tab/azure-cli)
7571

7672
Use the [az iot hub device-identity list](/cli/azure/iot/hub/device-identity) command to view all devices in your IoT hub. For example:
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)