Skip to content

Commit c133fc6

Browse files
authored
Merge pull request #212294 from PatAltimore/patricka-device-list
Portal UI change for IoT Hub
2 parents 9c8e356 + 888e1ca commit c133fc6

23 files changed

+62
-71
lines changed

articles/iot-edge/configure-connect-verify-gpu.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ There are different ways to enable an IoT Edge module so that it uses a GPU for
121121

122122
If you have an existing module on your IoT Edge device, adding a configuration using `DeviceRequests` in `createOptions` of the deployment manifest makes the module GPU-optimized. Follow these steps to configure an existing module.
123123

124-
1. Go to your IoT Hub in the Azure portal and choose **IoT Edge** from the **Device management** menu.
124+
1. Go to your IoT Hub in the Azure portal and choose **Devices** under the **Device management** menu.
125125

126-
1. Select your device to open it.
126+
1. Select your IoT Edge device to open it.
127127

128128
1. Select the **Set modules** tab at the top.
129129

@@ -172,11 +172,11 @@ If you have an existing module on your IoT Edge device, adding a configuration u
172172

173173
Let's add an [NVIDIA DIGITS](https://docs.nvidia.com/deeplearning/digits/index.html) module to the IoT Edge device and then allocate a GPU to the module by setting its environment variables. This NVIDIA module is already in a Docker container.
174174

175-
1. Select your IoT Edge device in the Azure portal from your IoT Hub's **IoT Edge** menu.
175+
1. Select your IoT Edge device in the Azure portal from your IoT Hub's **Devices** menu.
176176

177-
1. Select the **Set modules** tab at the top
177+
1. Select the **Set modules** tab at the top.
178178

179-
1. Select **+ Add** under the IoT Edge modules heading and choose **IoT Edge Module**
179+
1. Select **+ Add** under the IoT Edge modules heading and choose **IoT Edge Module**.
180180

181181
1. Provide a name in the **IoT Edge Module Name** field.
182182

articles/iot-edge/deploy-modbus-gateway.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: PatAltimore
66
ms.service: iot-edge
77
services: iot-edge
88
ms.topic: conceptual
9-
ms.date: 11/19/2019
9+
ms.date: 09/21/2022
1010
ms.author: patricka
1111
---
1212

@@ -40,7 +40,7 @@ This section walks through deploying Microsoft's sample Modbus module to your Io
4040

4141
1. On the [Azure portal](https://portal.azure.com/), go to your IoT hub.
4242

43-
2. Go to **IoT Edge** and click on your IoT Edge device.
43+
2. Go to **Devices** and select your IoT Edge device.
4444

4545
3. Select **Set modules**.
4646

articles/iot-edge/how-to-connect-downstream-iot-edge-device.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@ In the Azure portal, you can manage the parent/child relationship when you creat
5858
When you create a new IoT Edge device, you have the option of choosing parent and children devices from the list of existing IoT Edge devices in that hub.
5959

6060
1. In the [Azure portal](https://portal.azure.com), navigate to your IoT hub.
61-
1. Select **IoT Edge** from the navigation menu.
62-
1. Select **Add an IoT Edge device**.
61+
1. Select **Devices** under the **Device management** menu.
62+
1. Select **Add device** then check the **IoT Edge Device** checkbox.
6363
1. Along with setting the device ID and authentication settings, you can **Set a parent device** or **Choose child devices**.
6464
1. Choose the device or devices that you want as a parent or child.
6565

6666
You can also create or manage parent/child relationships for existing devices.
6767

6868
1. In the [Azure portal](https://portal.azure.com), navigate to your IoT hub.
69-
1. Select **IoT Edge** from the navigation menu.
70-
1. Select the device you want to manage from the list of **IoT Edge devices**.
71-
1. Select **Set a parent device** or **Manage child devices**.
69+
1. Select **Devices** in the **Device management** menu.
70+
1. Select the **IoT Edge device** you want to manage from the list.
71+
1. Select the **Set a parent device** *gear* icon or **Manage child devices**.
7272
1. Add or remove any parent or child devices.
7373

7474
# [Azure CLI](#tab/azure-cli)
@@ -527,8 +527,8 @@ The API proxy module was designed to be customized to handle most common gateway
527527
# [Portal](#tab/azure-portal)
528528

529529
1. In the [Azure portal](https://portal.azure.com), navigate to your IoT hub.
530-
1. Select **IoT Edge** from the navigation menu.
531-
1. Select the top layer device that you're configuring from the list of **IoT Edge devices**.
530+
1. Select **Devices** under the **Device management** menu.
531+
1. Select the top layer IoT Edge device that you're configuring from the list.
532532
1. Select **Set modules**.
533533
1. In the **IoT Edge modules** section, select **Add** then choose **Marketplace module**.
534534
1. Search for and select the **IoT Edge API Proxy** module.
@@ -759,8 +759,8 @@ The **API proxy module** is required for routing all communications between the
759759
The API proxy module was designed to be customized to handle most common gateway scenarios. This article briefly touches on the steps to set up the modules in a basic configuration. Refer to [Configure the API proxy module for your gateway hierarchy scenario](how-to-configure-api-proxy-module.md) for more detailed information and examples.
760760

761761
1. In the [Azure portal](https://portal.azure.com), navigate to your IoT hub.
762-
1. Select **IoT Edge** from the navigation menu.
763-
1. Select the lower layer device that you're configuring from the list of **IoT Edge devices**.
762+
1. Select **Devices** under the **Device management** menu.
763+
1. Select the lower layer IoT Edge device that you're configuring from the list.
764764
1. Select **Set modules**.
765765
1. In the **IoT Edge modules** section, select **Add** then choose **Marketplace module**.
766766
1. Search for and select the **IoT Edge API Proxy** module.

articles/iot-edge/how-to-create-transparent-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ To deploy the IoT Edge hub module and configure it with routes to handle incomin
236236

237237
1. In the Azure portal, navigate to your IoT hub.
238238

239-
2. Go to **IoT Edge** and select your IoT Edge device that you want to use as a gateway.
239+
2. Go to **Devices** under the **Device management** menu and select your IoT Edge device that you want to use as a gateway.
240240

241241
3. Select **Set Modules**.
242242

articles/iot-edge/how-to-deploy-at-scale.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ IoT Edge provides two different types of automatic deployments that you can use
4444
The steps for creating a deployment and a layered deployment are very similar. Any differences are called out in the following steps.
4545

4646
1. In the [Azure portal](https://portal.azure.com), go to your IoT Hub.
47-
1. On the menu in the left pane, select **IoT Edge** under **Device Management**.
48-
1. On the upper bar, select **Add Deployment** or **Add Layered Deployment**.
47+
1. On the menu in the left pane, select **Configurations + Deployments** under **Device Management**.
48+
1. On the upper bar, select **Add** > **Add Deployment** or **Add Layered Deployment**.
4949

5050
There are five steps to create a deployment. The following sections walk through each one.
5151

@@ -153,9 +153,9 @@ When you modify a deployment, the changes immediately replicate to all targeted
153153

154154
### Modify target conditions, custom metrics, and labels
155155

156-
1. In your IoT hub, select **IoT Edge** from the left pane menu.
157-
1. Select the **IoT Edge deployments** tab and then select the deployment you want to configure.
158-
1. Select the **Target Condition** tab. Change the **Target Condition** to target the intended devices. You can also adjust the **Priority**. Select **Save**.
156+
1. In your IoT hub, select **Configurations + Deployments** from the left pane menu.
157+
1. Select the deployment you want to configure.
158+
1. Select the **Target Devices** tab. Change the **Target Condition** to target the intended devices. You can also adjust the **Priority**.
159159

160160
If you update the target condition, the following updates occur:
161161

@@ -174,14 +174,10 @@ When you modify a deployment, the changes immediately replicate to all targeted
174174
When you delete a deployment, any deployed devices take on their next highest priority deployment. If your devices don't meet the target condition of any other deployment, then the modules are not removed when the deployment is deleted.
175175

176176
1. Sign in to the [Azure portal](https://portal.azure.com) and navigate to your IoT Hub.
177-
1. Select **IoT Edge**.
178-
1. Select the **IoT Edge Deployments** tab.
179-
180-
![View IoT Edge deployments](./media/how-to-deploy-monitor/iot-edge-deployments.png)
181-
177+
1. Select **Configurations + Deployments**.
182178
1. Use the checkbox to select the deployment that you want to delete.
183179
1. Select **Delete**.
184-
1. A prompt will inform you that this action will delete this deployment and revert to the previous state for all devices. A deployment with a lower priority will apply. If no other deployment is targeted, no modules will be removed. If you want to remove all modules from your device, create a deployment with zero modules and deploy it to the same devices. Select **Yes** to continue.
180+
1. A prompt will inform you that this action will delete this deployment and revert to the previous state for all devices. A deployment with a lower priority will apply. If no other deployment is targeted, no modules will be removed. If you want to remove all modules from your device, create a deployment with zero modules and deploy it to the same devices. Select **Yes** to continue.
185181

186182
## Next steps
187183

articles/iot-edge/how-to-deploy-blob.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ The Azure portal guides you through creating a deployment manifest and pushing t
3030
### Select your device
3131

3232
1. Sign in to the [Azure portal](https://portal.azure.com) and navigate to your IoT hub.
33-
1. Select **IoT Edge** from the menu.
34-
1. Click on the ID of the target device from the list of devices.
33+
1. Select **Devices** under the **Device management** menu.
34+
1. Select the target IoT Edge device from the list.
3535
1. Select **Set Modules**.
3636

3737
### Configure a deployment manifest
@@ -152,7 +152,7 @@ Review your deployment information, then select **Create**.
152152

153153
### Verify your deployment
154154

155-
After you create the deployment, you return to the **IoT Edge** page of your IoT hub.
155+
After you create the deployment, you return to the **Devices** page of your IoT hub.
156156

157157
1. Select the IoT Edge device that you targeted with the deployment to open its details.
158158
1. In the device details, verify that the blob storage module is listed as both **Specified in deployment** and **Reported by device**.
@@ -281,7 +281,7 @@ This process is described in [Configure an IoT Edge device to communicate throug
281281

282282
In addition, a blob storage module also requires the HTTPS_PROXY setting in the manifest deployment file. You can directly edit the deployment manifest file, or use the Azure portal.
283283

284-
1. Navigate to your Iot hub in the Azure portal and select **IoT Edge** from the left pane menu.
284+
1. Navigate to your IoT Hub in the Azure portal and select **Devices** under the **Device management** menu
285285

286286
1. Select the device with the module to configure.
287287

articles/iot-edge/how-to-deploy-modules-portal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ The Azure portal has a wizard that walks you through creating the deployment man
3939
### Select device and add modules
4040

4141
1. Sign in to the [Azure portal](https://portal.azure.com) and navigate to your IoT hub.
42-
1. On the left pane, select **IoT Edge** from the menu.
43-
1. Click on the ID of the target device from the list of devices.
42+
1. On the left pane, select **Devices** under the **Device management** menu.
43+
1. Select the target IoT Edge device from the list.
4444
1. On the upper bar, select **Set Modules**.
45-
1. In the **Container Registry Settings** section of the page, provide the credentials to access any private container registries that contain your module images.
45+
1. In the **Container Registry Credentials** section of the page, provide the credentials to access any private container registries that contain your module images.
4646
1. In the **IoT Edge Modules** section of the page, select **Add**.
4747
1. Choose one of the three types of modules from the drop-down menu:
4848

@@ -102,7 +102,7 @@ Verify that the module is deployed in your IoT Hub in the Azure portal. Select y
102102
You can quickly deploy a module from the Azure Marketplace onto your device in your IoT Hub in the Azure portal.
103103

104104
1. In the Azure portal, navigate to your IoT Hub.
105-
1. On the left pane, under **Device Management**, select **IoT Edge**.
105+
1. On the left pane, select **Devices** under the **Device management** menu.
106106
1. Select the IoT Edge device that is to receive the deployment.
107107
1. On the upper bar, select **Set Modules**.
108108
1. In the **IoT Edge Modules** section, click **Add**, and select **Marketplace Module** from the drop-down menu.

articles/iot-edge/how-to-monitor-iot-edge-deployments.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ The IoT Hub service makes this data available for you to monitor in the Azure po
3434
To view the details of a deployment and monitor the devices running it, use the following steps:
3535

3636
1. Sign in to the [Azure portal](https://portal.azure.com) and navigate to your IoT Hub.
37-
1. Select **IoT Edge** from the left pane menu.
38-
1. Select the **IoT Edge deployments** tab.
39-
1. Inspect the deployment list. For each deployment, you can view the following details:
37+
1. Select **Configurations + Deployments** under the **Device management** menu.
38+
1. Inspect the deployment list. For each deployment, you can view the following details:
4039

4140
| Column | Description |
4241
| --- | --- |
@@ -47,9 +46,9 @@ To view the details of a deployment and monitor the devices running it, use the
4746
| System metrics | The number of device twins in IoT Hub that match the targeting condition. **Applied** specifies the number of devices that have had the deployment content applied to their module twins in IoT Hub. |
4847
| Device Metrics | The number of IoT Edge devices reporting success or errors from the IoT Edge client runtime. |
4948
| Custom Metrics | The number of IoT Edge devices reporting data for any metrics that you defined for the deployment. |
50-
| Creation Time | The timestamp from when the deployment was created. This timestamp is used to break ties when two deployments have the same priority. |
49+
| Created | The timestamp from when the deployment was created. This timestamp is used to break ties when two deployments have the same priority. |
5150

52-
1. Select the deployment that you want to monitor.  
51+
1. Select the deployment that you want to monitor.
5352
1. On the **Deployment Details** page, scroll down to the bottom section and select the **Target Condition** tab. Select **View** to list the devices that match the target condition. You can change the condition and also the **Priority**. Select **Save** if you made changes.
5453

5554
![View targeted devices for a deployment](./media/how-to-monitor-iot-edge-deployments/target-devices.png)

articles/iot-edge/how-to-monitor-module-twins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ You can review the JSON for module twins in the Azure IoT Hub, in Visual Studio
183183
To view the JSON for the module twin:
184184

185185
1. Sign in to the [Azure portal](https://portal.azure.com) and navigate to your IoT hub.
186-
1. Select **IoT Edge** from the left pane menu.
187-
1. On the **IoT Edge devices** tab, select the **Device ID** of the device with the modules you want to monitor.
186+
1. Select **Devices** under the **Device management** menu.
187+
1. Select the **Device ID** of the IoT Edge device with the modules you want to monitor.
188188
1. Select the module name from the **Modules** tab and then select **Module Identity Twin** from the upper menu bar.
189189

190190
![Select a module twin to view in the Azure portal](./media/how-to-monitor-module-twins/select-module-twin.png)

articles/iot-edge/how-to-visual-studio-develop-module.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,11 @@ This article assumes that you use a machine running Windows as your development
8282
8383
* To test your module on a device, you'll need an active IoT Hub with at least one IoT Edge device. To create an IoT Edge device for testing you can create one in the Azure portal or with the CLI:
8484

85-
* Creating one in the [Azure portal](https://portal.azure.com/) is the quickest. From the Azure portal, go to your IoT Hub resource. Select **IoT Edge** from the menu on the left and then select **Add IoT Edge Device**.
85+
* Creating one in the [Azure portal](https://portal.azure.com/) is the quickest. From the Azure portal, go to your IoT Hub resource. Select **Devices** under the **Device management** menu and then select **Add Device**.
8686

87-
:::image type="content" source="./media/how-to-visual-studio-develop-module/create-new-iot-edge-device.png" alt-text="Screenshot of how to add a new I o T Edge device":::
87+
In **Create a device**,name your device using **Device ID**, check **IoT Edge Device**, then select **Save** in the lower left.
8888

89-
A new popup called **Create a device** will appear. Add a name to your device (known as the Device ID), then select **Save** in the lower left.
90-
91-
Finally, confirm that your new device exists in your IoT Hub, from the **Device management > IoT Edge** menu. For more information on creating an IoT Edge device through the Azure portal, read [Create and provision an IoT Edge device on Linux using symmetric keys](how-to-provision-single-device-linux-symmetric.md).
89+
Finally, confirm that your new device exists in your IoT Hub, from the **Device management > Devices** menu. For more information on creating an IoT Edge device through the Azure portal, read [Create and provision an IoT Edge device on Linux using symmetric keys](how-to-provision-single-device-linux-symmetric.md).
9290

9391
* To create an IoT Edge device with the CLI follow the steps in the quickstart for [Linux](quickstart-linux.md#register-an-iot-edge-device) or [Windows](quickstart.md#register-an-iot-edge-device). In the process of registering an IoT Edge device, you create an IoT Edge device.
9492

0 commit comments

Comments
 (0)