Skip to content

Commit d6b3093

Browse files
authored
Apply suggestions from code review
1 parent 4455617 commit d6b3093

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/synapse-analytics/known-issues.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To learn more about Azure Synapse Analytics, see the [Overview](index.yml), and
2222

2323
|Issue |Status |Synapse Component|
2424
|---------|---------|---------|
25-
|[Queries using AAD 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-aad-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|
@@ -31,12 +31,12 @@ To learn more about Azure Synapse Analytics, see the [Overview](index.yml), and
3131

3232
## Azure Synapse Analytics Serverless SQL Pool known issues summary
3333

34-
### Queries using AAD authentication fails after 1 hour
34+
### Queries using Azure AD authentication fails after 1 hour
3535

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

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

4141
1) It is 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.

0 commit comments

Comments
 (0)