Skip to content

Commit 29b3a7f

Browse files
iAliJrwestMSFT
authored andcommitted
fix bash code to attach to interactive command prompt
In the documentation it mentions that e69e056c702d is the ID of the container as shown in the example but the ID was missing in the bash code example. this change should make it more clear.
1 parent 518867e commit 29b3a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-sql-edge/connect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The [SQL Server command-line tools](/sql/linux/sql-server-linux-setup-tools) are
5454
1. Use the `docker exec -it` command to start an interactive bash shell inside your running container. In the following example, `e69e056c702d` is the container ID.
5555

5656
```bash
57-
docker exec -it <Azure SQL Edge container ID or name> /bin/bash
57+
docker exec -it e69e056c702d /bin/bash
5858
```
5959

6060
> [!TIP]
@@ -112,4 +112,4 @@ To connect to an instance of Azure SQL Edge by using Azure Data Studio on a Wind
112112

113113
[Connect and query](/sql/linux/sql-server-linux-configure-docker#connect-and-query)
114114

115-
[Install SQL Server tools on Linux](/sql/linux/sql-server-linux-setup-tools)
115+
[Install SQL Server tools on Linux](/sql/linux/sql-server-linux-setup-tools)

0 commit comments

Comments
 (0)