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
> Starting August 28th 2024, Azure Marketplace is updating the distribution model for IoT Edge modules. Partners (module publishers) will begin [hosting their IoT Edge modules](https://azuremarketplace.microsoft.com/marketplace/apps/category/internet-of-things?subcategories=iot-edge-modules&filters=partners&page=1) on publisher-owned container registries. IoT Edge module images won't be available for download from the Azure Marketplace container registry.
19
+
>
20
+
> Contact the [IoT Edge module publisher](https://azuremarketplace.microsoft.com/marketplace/apps/category/internet-of-things?filters=partners) to obtain the updated container image URI and [update your IoT Edge](how-to-update-iot-edge.md) device configurations with the new image URI provided by the publisher.
21
+
>
22
+
>
23
+
> IoT Edge devices that don't use [partner modules](https://azuremarketplace.microsoft.com/marketplace/apps/category/internet-of-things?filters=partners&page=1&subcategories=iot-edge-modules) acquired from Azure Marketplace aren't affected and no action is required.
24
+
17
25
Once you create IoT Edge modules with your business logic, you want to deploy them to your devices to operate at the edge. If you have multiple modules that work together to collect and process data, you can deploy them all at once and declare the routing rules that connect them.
18
26
19
27
This article shows how the Azure portal guides you through creating a deployment manifest and pushing the deployment to an IoT Edge device. For information about creating a deployment that targets multiple devices based on their shared tags, see [Deploy and monitor IoT Edge modules at scale](how-to-deploy-at-scale.md).
@@ -47,8 +55,8 @@ The Azure portal has a wizard that walks you through creating the deployment man
47
55
1. Choose one of the three types of modules from the drop-down menu:
48
56
49
57
***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`. If the module image is stored in a private container registry, add the credentials on this page to access the image.
50
-
***Marketplace Module** - Modules hosted in the Azure Marketplace. Some marketplace modules require additional configuration, so review the module details in the [Azure Marketplace IoT Edge Modules](https://azuremarketplace.microsoft.com/marketplace/apps/category/internet-of-things?page=1&subcategories=iot-edge-modules) list.
51
58
***Azure Stream Analytics Module** - Modules generated from an Azure Stream Analytics workload.
59
+
***Marketplace Module** - Modules hosted in the Azure Marketplace. Some marketplace modules require additional configuration. Review the module details in the [Azure Marketplace IoT Edge Modules](https://azuremarketplace.microsoft.com/marketplace/apps/category/internet-of-things?page=1&subcategories=iot-edge-modules) list.
52
60
53
61
1. After adding a module, select the module name from the list to open the module settings. Fill out the optional fields if necessary.
54
62
@@ -118,4 +126,4 @@ Select **Next: Routes** and continue with deployment as described by [Specify ro
118
126
119
127
## Next steps
120
128
121
-
Learn how to [Deploy and monitor IoT Edge modules at scale](how-to-deploy-at-scale.md)
129
+
Learn how to [Deploy and monitor IoT Edge modules at scale](how-to-deploy-at-scale.md).
0 commit comments