Skip to content

Commit 0bcfd2e

Browse files
committed
Module add step details
1 parent 6531465 commit 0bcfd2e

File tree

4 files changed

+35
-7
lines changed

4 files changed

+35
-7
lines changed

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

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,47 @@ The Azure portal has a wizard that walks you through creating the deployment man
4444
1. On the upper bar, select **Set Modules**.
4545
1. In the **Container Registry Credentials** section of the page, provide credentials to access container registries that contain module images. For example, your modules are in your private container registry or you are using a partner container registry that requires authentication.
4646
1. In the **IoT Edge Modules** section of the page, select **Add**.
47-
1. Choose one of the types of modules from the drop-down menu:
4847

49-
* **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).
50-
* **Azure Stream Analytics Module** - Modules generated from an Azure Stream Analytics workload.
48+
:::image type="content" source="media/how-to-deploy-modules-portal/set-modules-add.png" alt-text="Screenshot of selecting add IoT Edges modules toolbar button in the Azure portal.":::
5149

50+
1. Choose the type of modules you want to add from the drop-down menu. You can add IoT Edge modules or Azure Stream Analytics modules.
51+
52+
#### IoT Edge Module
53+
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.
55+
56+
For example to add the Microsoft simulated temperature sensor module:
57+
58+
1. Enter the following settings:
59+
60+
| Setting | Value |
61+
|---------|-------|
62+
|Image URI | `mcr.microsoft.com/azureiotedge-simulated-temperature-sensor:1.0` |
63+
|Restart Policy | always |
64+
|Desired Status | running |
65+
66+
:::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+
72+
1. Select **Add**.
5273
1. After adding a module, select the module name from the list to open the module settings. Fill out the optional fields if necessary.
5374

54-
For more information about the available module settings, see [Module configuration and management](module-composition.md#module-configuration-and-management).
75+
:::image type="content" source="media/how-to-deploy-modules-portal/update-module-settings.png" alt-text="Screenshot showing module list links to update IoT Edge module settings in the Azure portal.":::
76+
77+
For more information about the available module settings, see [Module configuration and management](module-composition.md#module-configuration-and-management).
78+
79+
For more information about the module twin see [Define or update desired properties](module-composition.md#define-or-update-desired-properties).
80+
81+
#### Azure Stream Analytics Module
82+
83+
Use this option for modules generated from an Azure Stream Analytics workload.
5584

56-
For more information about the module twin see [Define or update desired properties](module-composition.md#define-or-update-desired-properties).
85+
1. Select your subscription and the Azure Stream Analytics Edge job that you created.
86+
1. Select **Save**.
5787

58-
1. Repeat steps 6 through 8 to add additional modules to your deployment.
59-
1. Select **Next: Routes** to continue to the routes section.
6088

6189
### Specify routes
6290

54.5 KB
Loading
111 KB
Loading
40.3 KB
Loading

0 commit comments

Comments
 (0)