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
- (optional) Turn on an experimental parameter persistence with `az config param-persist on`. Parameter persistence helps you use local context without having to repeat numerous arguments like resource group or location.
29
29
30
30
## Create Azure Database for PostgreSQL flexible server instance
@@ -61,10 +61,9 @@ Successfully connected to <servername>.
61
61
```
62
62
63
63
If the connection failed, try these solutions:
64
-
- Check if port 5432 is open on your client machine.
65
64
- if your server administrator user name and password are correct
66
-
- if you have configured firewall rule for your client machine
67
-
- if you've configured your server with private access in virtual networking, make sure your client machine is in the same virtual network.
65
+
- if you configured firewall rule for your client machine
66
+
- if your server is configured with private access with virtual networking, make sure your client machine is in the same virtual network.
68
67
69
68
## Run multiple queries using interactive mode
70
69
You can run multiple queries using the **interactive** mode. To enable interactive mode, run the following command.
@@ -82,7 +81,7 @@ az postgres flexible-server connect \
0 commit comments