Skip to content

Commit ed48760

Browse files
committed
Formatting
1 parent 62fa9ae commit ed48760

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,8 @@ A [Deployment manifest](module-composition.md) declares which modules the IoT Ed
217217
| ----- | ----- |
218218
| Select deployment template file | The command palette highlights the **deployment.template.json** file in your current solution folder. Select that file. |
219219
| Select module template | Select **Existing Module (Enter Full Image URL)**. |
220-
221-
3. In the *Provide a Module Name*, enter **sql**. This name matches the container name declared in the connection string in the sqlFunction.cs file.
222-
223-
4. In the *Provide Docker Image for the Module*, enter the following URI to pull the SQL Server container image from the Microsoft Artifact Registry. For Ubuntu based images, use `mcr.microsoft.com/mssql/server:latest`. For Red Hat Enterprise Linux (RHEL) based images, use `mcr.microsoft.com/mssql/rhel/server:latest`.
220+
| Provide a Module Name | Enter **sql**. This name matches the container name declared in the connection string in the sqlFunction.cs file. |
221+
| Provide Docker Image for the Module | Enter the following URI to pull the SQL Server container image from the Microsoft Artifact Registry. For Ubuntu based images, use `mcr.microsoft.com/mssql/server:latest`. For Red Hat Enterprise Linux (RHEL) based images, use `mcr.microsoft.com/mssql/rhel/server:latest`. |
224222

225223
The Azure SQL Edge container image is a lightweight, containerized version of SQL Server that can run on IoT Edge devices. It's optimized for edge scenarios and can run on ARM and AMD64 devices.
226224

0 commit comments

Comments
 (0)