Skip to content

Commit 98a8ba9

Browse files
committed
Replace marketplace references
1 parent 5d0b340 commit 98a8ba9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

articles/iot-edge/quickstart-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,13 @@ Manage your Azure IoT Edge device from the cloud to deploy a module that will se
184184

185185
:::image type="content" source="./media/quickstart-linux/deploy-module.png" alt-text="Diagram of how to deploy a module from cloud to device.":::
186186

187-
One of the key capabilities of Azure IoT Edge is deploying code to your IoT Edge devices from the cloud. *IoT Edge modules* are executable packages implemented as containers. In this section, you'll deploy a pre-built module from the [IoT Edge Modules section of Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/category/internet-of-things?page=1&subcategories=iot-edge-modules) directly from Azure IoT Hub.
187+
One of the key capabilities of Azure IoT Edge is deploying code to your IoT Edge devices from the cloud. *IoT Edge modules* are executable packages implemented as containers. In this section, you'll deploy a pre-built module from the [IoT Edge Modules section of Microsoft Artifact Registry](https://mcr.microsoft.com/catalog?cat=IoT%20Edge%20Modules&alphaSort=asc&alphaSortKey=Name).
188188

189189
The module that you deploy in this section simulates a sensor and sends generated data. This module is a useful piece of code when you're getting started with IoT Edge because you can use the simulated data for development and testing. If you want to see exactly what this module does, you can view the [simulated temperature sensor source code](https://github.com/Azure/iotedge/blob/main/edge-modules/SimulatedTemperatureSensor/src/Program.cs).
190190

191-
Follow these steps to start the **Set Modules** wizard to deploy your first module from Azure Marketplace.
191+
Follow these steps to deploy your first module.
192192

193-
1. Sign in to the [Azure portal](https://portal.azure.com) and go to your IoT hub.
193+
1. Sign in to the [Azure portal](https://portal.azure.com) and go to your IoT Hub.
194194

195195
1. From the menu on the left, under **Device Management**, select **Devices**.
196196

articles/iot-edge/quickstart.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ The module that you deploy in this section simulates a sensor and sends generate
177177

178178
Follow these steps to deploy your first module.
179179

180-
1. Sign in to the [Azure portal](https://portal.azure.com) and go to your IoT hub.
180+
1. Sign in to the [Azure portal](https://portal.azure.com) and go to your IoT Hub.
181181

182182
1. From the menu on the left, select **Devices** under the **Device management** menu.
183183

@@ -186,7 +186,6 @@ Follow these steps to deploy your first module.
186186
>[!NOTE]
187187
>When you create a new IoT Edge device, it will display the status code `417 -- The device's deployment configuration is not set` in the Azure portal. This status is normal, and means that the device is ready to receive a module deployment.
188188
189-
190189
1. On the upper bar, select **Set Modules**.
191190

192191
Choose which modules you want to run on your device. You can choose from modules that you've already created, modules from Microsoft Artifact Registry, or modules that you've built yourself. In this quickstart, you'll deploy a module from the Microsoft Artifact Registry.

0 commit comments

Comments
 (0)