Skip to content

Commit 664ba6b

Browse files
Merge pull request #220566 from WilliamDAssafMSFT/patch-3
20221206 correct link phrasing
2 parents 2c2a7b8 + 8a47444 commit 664ba6b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-troubleshoot-connectivity.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Check to see if the service is available. In the Azure portal, go to the dedicat
2222

2323
![Select Resource health](./media/sql-data-warehouse-troubleshoot-connectivity/diagnostics-link.png)
2424

25-
The status of your dedicated SQL pool (formerly SQL DW) will be shown here. If the service isn't showing as **Available**, check further steps.
25+
The status of your dedicated SQL pool (formerly SQL DW) will be shown here. If the service isn't showing as **Available**, check further steps.
2626

2727
![Service Available](./media/sql-data-warehouse-troubleshoot-connectivity/resource-health.png)
2828

29-
Additional information about Resource Health can be found [here](/articles/service-health/resource-health-overview.md).
29+
For more information, see [Resource Health](/articles/service-health/resource-health-overview.md).
3030

3131
## Check for paused or scaling operation
3232

@@ -42,11 +42,11 @@ Otherwise, check with your IT administrator to verify that this maintenance isn'
4242

4343
## Check your firewall settings
4444

45-
The dedicated SQL pool (formerly SQL DW) database communicates over port 1433.  If you're trying to connect from within a corporate network, outbound traffic over port 1433 might not be allowed by your network's firewall. In that case, you can't connect to your [logical server](/azure/azure-sql/database/logical-servers) unless your IT department opens port 1433. Additional information on firewall configurations can be found [here](/azure/azure-sql/database/firewall-configure?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json#create-and-manage-ip-firewall-rules).
45+
The dedicated SQL pool (formerly SQL DW) database communicates over port 1433.  If you're trying to connect from within a corporate network, outbound traffic over port 1433 might not be allowed by your network's firewall. In that case, you can't connect to your [logical server](/azure/azure-sql/database/logical-servers) unless your IT department opens port 1433. For more information, see [firewall configurations](/azure/azure-sql/database/firewall-configure?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json#create-and-manage-ip-firewall-rules).
4646

4747
## Check your VNet/Service Endpoint settings
4848

49-
If you're receiving Errors 40914 and 40615, see [error description and resolution here](/azure/azure-sql/database/vnet-service-endpoint-rule-overview?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json#errors-40914-and-40615).
49+
If you're receiving Errors 40914 and 40615, see [vNET service endpoint rules](/azure/azure-sql/database/vnet-service-endpoint-rule-overview?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json#errors-40914-and-40615).
5050

5151
## Check for the latest drivers
5252

@@ -69,7 +69,7 @@ Check to make sure you're using the latest driver versions.  Using an older ve
6969

7070
## Check your connection string
7171

72-
Check to make sure your connection strings are set properly. Below are some samples. You can find additional information around [connection strings here](sql-data-warehouse-connection-strings.md).
72+
Check to make sure your connection strings are set properly. Below are some samples. For more information, see [connection strings](sql-data-warehouse-connection-strings.md).
7373

7474
ADO.NET connection string
7575

@@ -101,7 +101,7 @@ Check to see if you're experiencing heavy load on the server with a high number
101101

102102
## Common error messages
103103

104-
Errors 40914 and 40615, see the [error description and resolution here](/azure/azure-sql/database/vnet-service-endpoint-rule-overview?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json#errors-40914-and-40615).
104+
For more information on errors 40914 and 40615, refer to [vNet service endpoint rules](/azure/azure-sql/database/vnet-service-endpoint-rule-overview?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json#errors-40914-and-40615).
105105

106106
## Still having connectivity issues?
107107

0 commit comments

Comments
 (0)