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/quickstart-linux.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Quickstart creates an Azure IoT Edge device on Linux
3
3
description: Learn how to create an IoT Edge device on Linux and then deploy prebuilt code remotely from the Azure portal.
4
4
author: PatAltimore
5
5
ms.author: patricka
6
-
ms.date: 03/27/2024
6
+
ms.date: 07/08/2024
7
7
ms.topic: quickstart
8
8
ms.service: iot-edge
9
9
services: iot-edge
@@ -184,13 +184,13 @@ Manage your Azure IoT Edge device from the cloud to deploy a module that will se
184
184
185
185
:::image type="content" source="./media/quickstart-linux/deploy-module.png" alt-text="Diagram of how to deploy a module from cloud to device.":::
186
186
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).
188
188
189
189
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).
190
190
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.
192
192
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.
194
194
195
195
1. From the menu on the left, under **Device Management**, select **Devices**.
Copy file name to clipboardExpand all lines: articles/iot-edge/quickstart.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: PatAltimore
5
5
manager: lizross
6
6
ms.author: patricka
7
7
ms.reviewer: fcabrera
8
-
ms.date: 03/25/2024
8
+
ms.date: 07/08/2024
9
9
ms.topic: quickstart
10
10
ms.service: iot-edge
11
11
services: iot-edge
@@ -171,13 +171,13 @@ Manage your Azure IoT Edge device from the cloud to deploy a module that sends t
171
171
172
172
:::image type="content" source="./media/quickstart/deploy-module.png" alt-text="Diagram that shows the step to deploy a module.":::
173
173
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).
175
175
176
176
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).
177
177
178
-
Follow these steps to deploy your first module from Azure Marketplace.
178
+
Follow these steps to deploy your first module.
179
179
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.
181
181
182
182
1. From the menu on the left, select **Devices** under the **Device management** menu.
183
183
@@ -186,10 +186,9 @@ Follow these steps to deploy your first module from Azure Marketplace.
186
186
>[!NOTE]
187
187
>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.
188
188
189
-
190
189
1. On the upper bar, select **Set Modules**.
191
190
192
-
Choose which modules you want to run on your device. You can choose from modules that you've already created, modules from Azure Marketplace, or modules that you've built yourself. In this quickstart, you'll deploy a module from Azure Marketplace.
191
+
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.
193
192
194
193
1. In the **IoT Edge modules** section, select **Add** then choose **IoT Edge Module**.
Copy file name to clipboardExpand all lines: articles/iot-edge/tutorial-store-data-sql-server.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: iot-edge
5
5
author: PatAltimore
6
6
7
7
ms.author: patricka
8
-
ms.date: 08/04/2020
8
+
ms.date: 07/08/2024
9
9
ms.topic: tutorial
10
10
ms.service: iot-edge
11
11
ms.custom: "mvc, devx-track-csharp"
@@ -207,7 +207,7 @@ You need to select which architecture you're targeting with each solution, becau
207
207
208
208
## Add the SQL Server container
209
209
210
-
A [Deployment manifest](module-composition.md) declares which modules the IoT Edge runtime will install on your IoT Edge device. You provided the code to make a customized Function module in the previous section, but the SQL Server module is already built and available in the Azure Microsoft Artifact Registry. You just need to tell the IoT Edge runtime to include it, then configure it on your device.
210
+
A [Deployment manifest](module-composition.md) declares which modules the IoT Edge runtime will install on your IoT Edge device. You provided the code to make a customized Function module in the previous section, but the SQL Server module is already built and available in the Microsoft Artifact Registry. You just need to tell the IoT Edge runtime to include it, then configure it on your device.
211
211
212
212
1. In Visual Studio Code, open the command palette by selecting **View** > **Command palette**.
213
213
@@ -224,7 +224,7 @@ A [Deployment manifest](module-composition.md) declares which modules the IoT Ed
224
224
225
225
6. In your solution folder, open the **deployment.template.json** file.
226
226
227
-
7. Find the **modules** section. You should see three modules. The module *SimulatedTemperatureSensor* is included by default in new solutions, and provides test data to use with your other modules. The module *sqlFunction* is the module that you initially created and updated with new code. Finally, the module *sql* was imported from the Azure Marketplace.
227
+
7. Find the **modules** section. You should see three modules. The module *SimulatedTemperatureSensor* is included by default in new solutions, and provides test data to use with your other modules. The module *sqlFunction* is the module that you initially created and updated with new code. Finally, the module *sql* was imported from the the Microsoft Artifact Registry.
228
228
229
229
>[!Tip]
230
230
>The SQL Server module comes with a default password set in the environment variables of the deployment manifest. Any time that you create a SQL Server container in a production environment, you should [change the default system administrator password](/sql/linux/quickstart-install-connect-docker).
0 commit comments