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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,15 @@ ms.reviewer: wiassaf
14
14
# Azure Synapse Analytics known issues
15
15
16
16
This page lists the known issues in [Azure Synapse Analytics](overview-what-is.md), as well as their resolution date or possible workaround.
17
-
Before submitting a Support request, please review this list to see if the issue that you are experiencing is already known and being addressed.
17
+
Before submitting a Support request, please review this list to see if the issue that you're experiencing is already known and being addressed.
18
18
19
19
To learn more about Azure Synapse Analytics, see the [Overview](index.yml), and [What's new in Azure Synapse Analytics?](whats-new.md).
20
20
21
21
## Active Known issues
22
22
23
23
|Issue |Status |Synapse Component|
24
24
|---------|---------|---------|
25
-
|[Queries using Azure AD authentication fails after 1 hour](#queries-using-aad-authentication-fails-after-1-hour)|Has Workaround|Azure Synapse Serverless SQL Pool|
25
+
|[Queries using Azure AD authentication fails after 1 hour](#queries-using-azure-ad-authentication-fails-after-1-hour)|Has Workaround|Azure Synapse Serverless SQL Pool|
26
26
|[Query failures from Serverless SQL to Cosmos DB analytical store](#query-failures-from-serverless-sql-pool-to-azure-cosmos-db-analytical-store)|Has Workaround|Azure Synapse Serverless SQL pool|
27
27
|[Query failures while reading Cosmos Data using OPENROWSET](#query-failures-while-reading-cosmos-data-using-openrowset)|Has Workaround|Azure Synapse Serverless SQL Pool|
28
28
|[Queries failing with Data Exfiltration Error](#queries-failing-with-data-exfiltration-error)|Has Workaround|Azure Synapse Dedicated SQL Pool|
@@ -33,12 +33,12 @@ To learn more about Azure Synapse Analytics, see the [Overview](index.yml), and
33
33
34
34
### Queries using Azure AD authentication fails after 1 hour
35
35
36
-
SQL connections using Azure AD authentication that remain active for more than 1 hour will start to fail. This includes querying storage using Azure AD pass-through authentication and statements that interact with Azure AD, like CREATE EXTERNAL PROVIDER. This affects every tool that keeps connections active, like query editor in SSMS and ADS. Tools that open new connection to execute queries are not affected, like Synapse Studio.
36
+
SQL connections using Azure AD authentication that remain active for more than 1 hour will start to fail. This includes querying storage using Azure AD pass-through authentication and statements that interact with Azure AD, like CREATE EXTERNAL PROVIDER. This affects every tool that keeps connections active, like query editor in SSMS and ADS. Tools that open new connection to execute queries aren't affected, like Synapse Studio.
37
37
38
38
**Workaround**: The engineering team is currently aware of this behavior and working on a fix. <br>
39
39
Following steps can be followed to work around the problem.
40
40
41
-
1) It is recommended switching to Service Principal, Managed Identity or Shared Access Signature instead of using user identity for long running queries.
41
+
1) It's recommended switching to Service Principal, Managed Identity or Shared Access Signature instead of using user identity for long running queries.
42
42
2) Restarting client (SSMS/ADS) acquires new token to establish the connection.
43
43
44
44
### Query failures from Serverless SQL pool to Azure Cosmos DB analytical store
0 commit comments