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/sql-database/sql-database-connect-query-portal.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,8 @@ There are a few things to know when working with the query editor.
161
161
162
162
* The query editor uses ports 443 and 1443 to communicate. Please ensure you have enabled outbound HTTPS traffic on these ports. You will also need to add your outbound IP address to the server's allowed firewall rules to access your databases and data warehouses.
163
163
164
+
* Query Editor works with Private Link without needing to add the Client Ip address into the SQL Database firewall
165
+
164
166
* Pressing F5 refreshes the query editor page and any query being worked on is lost.
165
167
166
168
* Query editor doesn't support connecting to the `master` database.
@@ -171,7 +173,7 @@ There are a few things to know when working with the query editor.
171
173
172
174
* There's no support for IntelliSense for database tables and views. However, the editor does support autocomplete on names that have already been typed.
173
175
174
-
* Query Editor works with Private Link without needing to add the Client Ip address into the SQL Database firewall
0 commit comments