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
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,17 @@ The query editor is a tool in the Azure portal for executing SQL queries against
19
19
20
20
## Prerequisites
21
21
22
-
To complete this tutorial you need the AdventureWorksLT sample SQL Database. If you don't have a working copy of the AdventureWorksLT SQL Database, use the following quickstart to quickly create one:
22
+
To complete this quickstart you need the AdventureWorksLT SQL Database. If you don't have a working copy of the AdventureWorksLT SQL Database, use the following quickstart to quickly create one:
23
23
24
-
-[Quickstart: Create a single database in Azure SQL Database using the Azure portal, PowerShell, and Azure CLI](sql-database-single-database-get-started.md)
24
+
-[Quickstart: Create a single database in Azure SQL Database using the Azure portal, PowerShell, or Azure CLI](sql-database-single-database-get-started.md)
25
+
26
+
### Configure network settings
27
+
28
+
If you get an error in the query editor saying: *Your local network settings might be preventing the Query Editor from issuing queries. Please click here for instructions on how to configure your network settings*. The following important information should help get past this:
29
+
30
+
> [!IMPORTANT]
31
+
> The query editor uses ports 443 and 1443 to communicate. Ensure you have enabled outbound HTTPS traffic on these ports. You also need to [add your outbound IP address to the server's allowed firewall rules](sql-database-server-level-firewall-rule.md) to access your databases and data warehouses.
25
32
26
-
> [!NOTE]
27
-
> The query editor uses ports 443 and 1443 to communicate. Please ensure you have enabled outbound HTTPS traffic on these ports. You also need to add your outbound IP address to the server's allowed firewall rules to access your databases and data warehouses.
28
33
29
34
## Open the SQL Database Query Editor
30
35
@@ -71,7 +76,7 @@ Configuring an Azure Active Directory (Azure AD) administrator enables you to us
71
76
72
77
7. In the **SQL database** menu, select **Query editor (preview)**. In the **Login** page, under the **Active Directory authentication** label, a message appears saying you have been signed in if you're an Azure AD admin. Then select the **Continue as***\<your user or group ID>* button. If the page indicates that you have not successfully logged in, you may need to refresh the page.
73
78
74
-
## Run a query to view data
79
+
## Run a Select query
75
80
76
81
1. Paste the following query into the query editor:
77
82
@@ -86,9 +91,11 @@ Configuring an Azure Active Directory (Azure AD) administrator enables you to us
0 commit comments