Skip to content

Commit f2eba0c

Browse files
MicrosoftDocs/azure-docs#83413
Changed the name parameter to 'AzureSQLEdge' to match the default value.
1 parent 59aee39 commit f2eba0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-sql-edge/deploy-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ The following steps use the Azure SQL Edge command-line tool, **sqlcmd**, inside
112112
> [!NOTE]
113113
> SQL Command line tools (sqlcmd) are not available inside the ARM64 version of Azure SQL Edge containers.
114114
115-
1. Use the `docker exec -it` command to start an interactive bash shell inside your running container. In the following example `azuresqledge` is name specified by the `Name` parameter of your IoT Edge Module.
115+
1. Use the `docker exec -it` command to start an interactive bash shell inside your running container. In the following example `AzureSQLEdge` is name specified by the `Name` parameter of your IoT Edge Module.
116116

117117
```bash
118-
sudo docker exec -it azuresqledge "bash"
118+
sudo docker exec -it AzureSQLEdge "bash"
119119
```
120120

121121
2. Once inside the container, connect locally with sqlcmd. Sqlcmd is not in the path by default, so you have to specify the full path.
@@ -216,4 +216,4 @@ In this quickstart, you deployed a SQL Edge Module on an IoT Edge device.
216216
- [Machine Learning and Artificial Intelligence with ONNX in SQL Edge](onnx-overview.md)
217217
- [Building an end to end IoT Solution with SQL Edge using IoT Edge](tutorial-deploy-azure-resources.md)
218218
- [Data Streaming in Azure SQL Edge](stream-data.md)
219-
- [Troubleshoot deployment errors](troubleshoot.md)
219+
- [Troubleshoot deployment errors](troubleshoot.md)

0 commit comments

Comments
 (0)