Skip to content

Commit f218113

Browse files
authored
Merge pull request #227738 from charithcaldera/patch-3
Update known-issues.md
2 parents aaf0307 + dfa1eec commit f218113

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

articles/synapse-analytics/known-issues.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Synapse Analytics
44
description: Learn about the currently known issues with Azure Synapse Analytics, and their possible workarounds or resolutions.
55
author: charithdilshan
66
ms.author: ccaldera
7-
ms.date: 12/08/2022
7+
ms.date: 2/17/2023
88
ms.service: synapse-analytics
99
ms.subservice: overview
1010
ms.topic: conceptual
@@ -14,22 +14,33 @@ ms.reviewer: wiassaf
1414
# Azure Synapse Analytics known issues
1515

1616
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.
1818

1919
To learn more about Azure Synapse Analytics, see the [Overview](index.yml), and [What's new in Azure Synapse Analytics?](whats-new.md).
2020

2121
## Active Known issues
2222

23-
|Issue |Date discovered |Status |Synapse Component|
24-
|---------|---------|---------|---------|
25-
|[Query failures from Serverless SQL to Cosmos DB analytical store](#query-failures-from-serverless-sql-pool-to-azure-cosmos-db-analytical-store)|June 2022|Has Workaround|Azure Synapse Serverless SQL pool|
26-
|[Query failures while reading Cosmos Data using OPENROWSET](#query-failures-while-reading-cosmos-data-using-openrowset)|September 2022|Has Workaround|Azure Synapse Serverless SQL Pool|
27-
|[Queries failing with Data Exfiltration Error](#queries-failing-with-data-exfiltration-error)|October 2022|Has Workaround|Azure Synapse Dedicated SQL Pool|
28-
|[Blob storage linked service with User Assigned Managed Identity (UAMI) is not getting listed](#blob-storage-linked-service-with-user-assigned-managed-identity-uami-is-not-getting-listed)|October 2022|Has Workaround|Azure Synapse Workspace|
29-
|[Failed to delete Synapse workspace & Unable to delete virtual network](#failed-to-delete-synapse-workspace--unable-to-delete-virtual-network)|November 2022|Has Workaround|Azure Synapse Workspace|
23+
|Issue |Status |Synapse Component|
24+
|---------|---------|---------|
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+
|[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+
|[Query failures while reading Cosmos Data using OPENROWSET](#query-failures-while-reading-cosmos-data-using-openrowset)|Has Workaround|Azure Synapse Serverless SQL Pool|
28+
|[Queries failing with Data Exfiltration Error](#queries-failing-with-data-exfiltration-error)|Has Workaround|Azure Synapse Dedicated SQL Pool|
29+
|[Blob storage linked service with User Assigned Managed Identity (UAMI) is not getting listed](#blob-storage-linked-service-with-user-assigned-managed-identity-uami-is-not-getting-listed)|Has Workaround|Azure Synapse Workspace|
30+
|[Failed to delete Synapse workspace & Unable to delete virtual network](#failed-to-delete-synapse-workspace--unable-to-delete-virtual-network)|Has Workaround|Azure Synapse Workspace|
3031

3132
## Azure Synapse Analytics Serverless SQL Pool known issues summary
3233

34+
### Queries using Azure AD authentication fails after 1 hour
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 aren't affected, like Synapse Studio.
37+
38+
**Workaround**: The engineering team is currently aware of this behavior and working on a fix. <br>
39+
Following steps can be followed to work around the problem.
40+
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+
2) Restarting client (SSMS/ADS) acquires new token to establish the connection.
43+
3344
### Query failures from Serverless SQL pool to Azure Cosmos DB analytical store
3445

3546
Queries from a serverless SQL pool to Azure Cosmos DB analytical store might fail with one of the following error messages:

0 commit comments

Comments
 (0)