You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/azure/provision-azure-sql-db/includes/4-connect-add-data.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,15 +112,15 @@ A *connection string* contains all the information needed for an application to
112
112
113
113
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:
114
114
115
-
```azurecli
116
-
az sql db show-connection-string --client sqlcmd
117
-
```
115
+
```azurecli
116
+
az sql db show-connection-string --client sqlcmd
117
+
```
118
118
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.
0 commit comments