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/synapse-analytics/troubleshoot/troubleshoot-synapse-studio-powershell.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,15 @@ ms.subservice: troubleshooting
7
7
ms.topic: conceptual
8
8
ms.date: 10/30/2020
9
9
ms.author: whhender
10
-
ms.reviewer: sngun
10
+
ms.reviewer: whhender
11
11
---
12
12
13
13
# Troubleshoot Synapse Studio connectivity with PowerShell
14
14
15
-
Azure Synapse Studio depends on a set of Web API endpoints to work properly. This guide will help you identify causes of connectivity issues when you're:
16
-
- configuring your local network (such as network behind a corporate firewall) for accessing Azure Synapse Studio.
17
-
- experiencing connectivity issues using Azure Synapse Studio.
15
+
Azure Synapse Studio depends on a set of Web API endpoints to work properly. This guide will help you identify causes of connectivity issues when:
16
+
17
+
- You're configuring your local network (such as network behind a corporate firewall) for accessing Azure Synapse Studio.
18
+
- You're experiencing connectivity issues using Azure Synapse Studio.
18
19
19
20
## Prerequisite
20
21
@@ -27,7 +28,7 @@ Right-click on the following link, and select "Save target as":
Alternatively, you may open the link directly, and save the opened script file. Don't save the address of the link above, as it may change in the future.
31
+
Alternatively, you can open the link directly, and save the opened script file. Don't save the address of the link, as it could change in the future.
31
32
32
33
In file explorer, right-click on the downloaded script file, and select "Run with PowerShell".
33
34
@@ -41,16 +42,16 @@ The diagnostic session will be started. Wait for it to complete.
41
42
42
43

43
44
44
-
In the end, a diagnosis summary will be shown. If your PC cannot connect to one or more of the endpoints, it will show some suggestions in the "Summary" section.
45
+
In the end, a diagnosis summary will be shown. If your PC can't connect to one or more of the endpoints, it will show some suggestions in the "Summary" section.
Additionally, a diagnostic log file for this session will be generated in the same folder as the troubleshooting script. Its location is shown in "General tips" section (`D:\TestAzureSynapse_2020....log`). You may send this file to technical support if necessary.
49
+
Additionally, a diagnostic log file for this session will be generated in the same folder as the troubleshooting script. Its location is shown in "General tips" section (`D:\TestAzureSynapse_2020....log`). You can send this file to technical support if necessary.
49
50
50
-
If you're a network administrator and tuning your firewall configuration for Azure Synapse Studio, the technical details shown above the "Summary" section may help.
51
+
If you're a network administrator and tuning your firewall configuration for Azure Synapse Studio, the technical details shown above the "Summary" section might help.
51
52
52
53
* All the test items (requests) marked with "Passed" mean they have passed connectivity tests, regardless of the HTTP status code.
53
-
For the failed requests, the reason is shown in yellow, such as `NamedResolutionFailure` or `ConnectFailure`. These reasons may help you figure out whether there are misconfigurations with your network environment.
54
+
For the failed requests, the reason is shown in yellow, such as `NamedResolutionFailure` or `ConnectFailure`. These reasons might help you figure out whether there are misconfigurations with your network environment.
0 commit comments