Skip to content

Commit 97afab1

Browse files
committed
Remove unnecessary screenshots
1 parent 0d3f311 commit 97afab1

File tree

10 files changed

+0
-15
lines changed

10 files changed

+0
-15
lines changed

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

Lines changed: 0 additions & 13 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.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ While there is no support for device registration with X.509 certificates throug
6969

7070
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.
7171

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-
7472
# [Azure CLI](#tab/azure-cli)
7573

7674
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)