Skip to content

Commit 2ef4784

Browse files
committed
Add feedback
1 parent ec3c56d commit 2ef4784

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To add custom code as a module, or to manually add an Azure service module, foll
7070
1. In the **IoT Edge Modules** section of the page, select **Add**.
7171
1. Choose one of the types of modules from the drop-down menu:
7272

73-
* **IoT Edge Module** - You provide the module name and container image URI. For example, the image URI for the sample SimulatedTemperatureSensor module is `mcr.microsoft.com/azureiotedge-simulated-temperature-sensor:1.0`. For a list of Microsoft IoT Edge module images, see the [Microsoft Artifact Registry](https://mcr.microsoft.com/catalog?search=iot%20edge&type=partial). For a list of partner modules, see [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/category/internet-of-things?page=1&subcategories=iot-edge-modules).
73+
* **IoT Edge Module** - You provide the module name and container image URI. For example, the image URI for the sample SimulatedTemperatureSensor module is `mcr.microsoft.com/azureiotedge-simulated-temperature-sensor:1.0`. For a list of Microsoft IoT Edge module images, see the [Microsoft Artifact Registry](https://mcr.microsoft.com/catalog?search=iot%20edge&type=partial).
7474

7575
You can deploy an IoT Edge module from the Azure Marketplace and from your IoT Hub.
7676
* **Azure Stream Analytics Module** - Modules generated from an Azure Stream Analytics workload.

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,20 @@ The Azure portal has a wizard that walks you through creating the deployment man
5151

5252
#### IoT Edge Module
5353

54-
Use this option to add Microsoft modules, partner modules, or custom modules. You provide the module name and container image URI. The container image URI is the location of the module image in a container registry.
54+
Use this option to add Microsoft modules, partner modules, or custom modules. You provide the module name and container image URI. The container image URI is the location of the module image in a container registry. For a list of Microsoft IoT Edge module images, see the [Microsoft Artifact Registry](https://mcr.microsoft.com/catalog?search=iot%20edge&type=partial). For partner modules, contact the IoT Edge module publisher to obtain the container image URI.
5555

5656
For example to add the Microsoft simulated temperature sensor module:
5757

5858
1. Enter the following settings:
5959

6060
| Setting | Value |
6161
|---------|-------|
62-
|Image URI | `mcr.microsoft.com/azureiotedge-simulated-temperature-sensor:1.0` |
62+
|Image URI | `mcr.microsoft.com/azureiotedge-simulated-temperature-sensor` |
6363
|Restart Policy | always |
6464
|Desired Status | running |
6565

6666
:::image type="content" source="media/how-to-deploy-modules-portal/add-edge-module.png" alt-text="Screenshot showing adding IoT Edge settings for the simulated temperature sensor module in the Azure portal.":::
67-
68-
For a list of Microsoft IoT Edge module images, see the [Microsoft Artifact Registry](https://mcr.microsoft.com/catalog?search=iot%20edge&type=partial).
69-
70-
For a list of partner modules, see [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/category/internet-of-things?page=1&subcategories=iot-edge-modules). Contact the IoT Edge module publisher to obtain the updated container image URI.
71-
67+
7268
1. Select **Add**.
7369
1. After adding a module, select the module name from the list to open the module settings. Fill out the optional fields if necessary.
7470

-111 Bytes
Loading

0 commit comments

Comments
 (0)