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/known-issues.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ To learn more about Azure Synapse Analytics, see the [Azure Synapse Analytics Ov
36
36
|Azure Synapse serverless SQL pool|[Storage access issues due to authorization header being too long](#storage-access-issues-due-to-authorization-header-being-too-long)|Has workaround|
|Azure Synapse serverless SQL pool|[Queries longer than 7,500 characters may not appear in Log Analytics](#queries-longer-than-7500-characters-may-not-appear-in-log-analytics)|Has workaround|
39
+
|Azure Synapse serverless SQL pool|[Proxied connections can be affected by Gateway, resulting in connection failures]([#proxied-connections-may-result-in-failure-due-to-gateway))|No workaround|
39
40
|Azure Synapse Workspace|[Blob storage linked service with User Assigned Managed Identity (UAMI) isn't getting listed](#blob-storage-linked-service-with-user-assigned-managed-identity-uami-is-not-getting-listed)|Has workaround|
40
41
|Azure Synapse Workspace|[Failed to delete Synapse workspace & Unable to delete virtual network](#failed-to-delete-synapse-workspace--unable-to-delete-virtual-network)|Has workaround|
41
42
|Azure Synapse Workspace|[REST API PUT operations or ARM/Bicep templates to update network settings fail](#rest-api-put-operations-or-armbicep-templates-to-update-network-settings-fail)|Has workaround|
@@ -101,6 +102,12 @@ When making a change to the [tags](../azure-resource-manager/management/tag-reso
101
102
102
103
**Workaround**: You can confirm that the change to the tags was successful and ignore/suppress the error message as needed.
103
104
105
+
### Proxied Connections may result in failure due to Gateway
106
+
107
+
When establishing a connection from outside of the Azure network boundary, all connections are proxied through the Gateway as per the Default [Connection policy](../azure/synapse-analytics/security/connectivity-settings?tabs=workspace#connection-policy.md) for Synapse Workspaces. The same is applied when utilizing Private Endpoints in Synapse workspaces. Due to this policy this can lead to increased latency and reduced throughput when communicating wth the dedicated pool and be affected by Gateway outages.
108
+
109
+
**Workaround**: Currently there is no workaround for scenario however, development efforts are underway to address this in a future networking update.
110
+
104
111
## Azure Synapse workspace active known issues summary
105
112
106
113
The following are known issues with the Synapse workspace.
0 commit comments