Skip to content

Commit 5d0b340

Browse files
committed
Fix marketplace steps
1 parent 6fda376 commit 5d0b340

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-edge/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@ Manage your Azure IoT Edge device from the cloud to deploy a module that sends t
171171

172172
:::image type="content" source="./media/quickstart/deploy-module.png" alt-text="Diagram that shows the step to deploy a module.":::
173173

174-
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.
174+
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).
175175

176176
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).
177177

178-
Follow these steps to deploy your first module from Azure Marketplace.
178+
Follow these steps to deploy your first module.
179179

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

@@ -189,7 +189,7 @@ Follow these steps to deploy your first module from Azure Marketplace.
189189

190190
1. On the upper bar, select **Set Modules**.
191191

192-
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 Azure Marketplace.
192+
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.
193193

194194
1. In the **IoT Edge modules** section, select **Add** then choose **IoT Edge Module**.
195195
1. Update the following module settings:

0 commit comments

Comments
 (0)