Skip to content

Commit 2fe9be6

Browse files
committed
Replace marketplace reference
1 parent 087c99b commit 2fe9be6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/tutorial-store-data-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: iot-edge
55
author: PatAltimore
66

77
ms.author: patricka
8-
ms.date: 08/04/2020
8+
ms.date: 07/08/2024
99
ms.topic: tutorial
1010
ms.service: iot-edge
1111
ms.custom: "mvc, devx-track-csharp"
@@ -224,7 +224,7 @@ A [Deployment manifest](module-composition.md) declares which modules the IoT Ed
224224

225225
6. In your solution folder, open the **deployment.template.json** file.
226226

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.
228228

229229
>[!Tip]
230230
>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

Comments
 (0)