You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-edge/how-to-deploy-modules-portal.md
+35-7Lines changed: 35 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,19 +44,47 @@ The Azure portal has a wizard that walks you through creating the deployment man
44
44
1. On the upper bar, select **Set Modules**.
45
45
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.
46
46
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:
48
47
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.":::
51
49
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**.
52
73
1. After adding a module, select the module name from the list to open the module settings. Fill out the optional fields if necessary.
53
74
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.
55
84
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**.
57
87
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.
0 commit comments