Skip to content

Commit 03c8f53

Browse files
Merge pull request #272489 from PatAltimore/patricka-marketplace-notice
Add marketplace notice
2 parents 934b063 + f6106a1 commit 03c8f53

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

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

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Use your IoT Hub in the Azure portal to push an IoT Edge module fro
44
author: PatAltimore
55

66
ms.author: patricka
7-
ms.date: 06/03/2024
8-
ms.topic: conceptual
7+
ms.date: 06/11/2024
8+
ms.topic: how-to
99
ms.service: iot-edge
1010
services: iot-edge
1111
---
@@ -14,6 +14,14 @@ services: iot-edge
1414

1515
[!INCLUDE [iot-edge-version-all-supported](includes/iot-edge-version-all-supported.md)]
1616

17+
> [!IMPORTANT]
18+
> 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+
1725
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.
1826

1927
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
4755
1. Choose one of the three types of modules from the drop-down menu:
4856

4957
* **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.
5158
* **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.
5260

5361
1. After adding a module, select the module name from the list to open the module settings. Fill out the optional fields if necessary.
5462

@@ -118,4 +126,4 @@ Select **Next: Routes** and continue with deployment as described by [Specify ro
118126

119127
## Next steps
120128

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

Comments
 (0)