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
+4Lines changed: 4 additions & 0 deletions
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.
@@ -172,6 +174,8 @@ There are a few things to know when working with the query editor.
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
176
177
+
178
+
175
179
## Next steps
176
180
177
181
To learn more about the Transact-SQL supported in Azure SQL databases, see [Resolving Transact-SQL differences during migration to SQL Database](sql-database-transact-sql-information.md).
0 commit comments