Skip to content

Commit 1a5e74b

Browse files
Merge pull request #48968 from ShawnKupfer/WB1648
User Feedback 368459 - Fix code display MD error
2 parents 57171be + a7ed7f9 commit 1a5e74b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

learn-pr/azure/provision-azure-sql-db/includes/4-connect-add-data.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ A *connection string* contains all the information needed for an application to
112112
113113
Run the following `az sql db show-connection-string` command to get the connection string to the `Logistics` database in a format that `sqlcmd` can use:
114114
115-
```azurecli
116-
az sql db show-connection-string --client sqlcmd
117-
```
115+
```azurecli
116+
az sql db show-connection-string --client sqlcmd
117+
```
118118

119-
Your output resembles the following example. Copy this output for use in the next step.
119+
Your output resembles the following example. Copy this output for use in the next step.
120120

121-
```output
122-
"sqlcmd -S tcp:<server-name>.database.windows.net,1433 -d Logistics -U <username> -P <password> -N -l 30"
123-
```
121+
```output
122+
"sqlcmd -S tcp:<server-name>.database.windows.net,1433 -d Logistics -U <username> -P <password> -N -l 30"
123+
```
124124

125125
### Connection string from the Azure portal
126126

0 commit comments

Comments
 (0)