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: articles/postgresql/flexible-server/connect-azure-cli.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ az postgres flexible-server connect --help
44
44
```
45
45
46
46
## Test database server connection
47
-
You can test and validate the connection to the database from your development environment using the command.
47
+
You can test and validate the connection to the database from your development environment using the [az postgres flexible-server connect](/cli/azure/postgres/flexible-server#az-postgres-flexible-server-connect)command.
48
48
49
49
```azurecli-interactive
50
50
az postgres flexible-server connect \
@@ -53,11 +53,12 @@ az postgres flexible-server connect \
You see the **psql** shell experience as shown here:
@@ -100,7 +101,7 @@ postgres>
100
101
```
101
102
102
103
## Execute single queries
103
-
You can run single queries against Postgres database using [az postgres flexible-server execute](/cli/azure/postgres/flexible-server?view=azure-cli-latest#az-postgres-flexible-server-execute).
104
+
You can run single queries against Postgres database using [az postgres flexible-server execute](/cli/azure/postgres/flexible-server#az-postgres-flexible-server-execute).
104
105
105
106
```azurecli-interactive
106
107
az postgres flexible-server execute \
@@ -111,7 +112,7 @@ az postgres flexible-server execute \
0 commit comments