Skip to content

Commit dfa1eec

Browse files
authored
Update known-issues.md
1 parent d6b3093 commit dfa1eec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/synapse-analytics/known-issues.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ 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

2323
|Issue |Status |Synapse Component|
2424
|---------|---------|---------|
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|
2626
|[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|
2727
|[Query failures while reading Cosmos Data using OPENROWSET](#query-failures-while-reading-cosmos-data-using-openrowset)|Has Workaround|Azure Synapse Serverless SQL Pool|
2828
|[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
3333

3434
### Queries using Azure AD authentication fails after 1 hour
3535

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.
3737

3838
**Workaround**: The engineering team is currently aware of this behavior and working on a fix. <br>
3939
Following steps can be followed to work around the problem.
4040

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.
4242
2) Restarting client (SSMS/ADS) acquires new token to establish the connection.
4343

4444
### Query failures from Serverless SQL pool to Azure Cosmos DB analytical store

0 commit comments

Comments
 (0)