Skip to content

Commit 4b343da

Browse files
authored
Enable TDE gateway time-outs
1 parent 2346f72 commit 4b343da

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
@@ -27,7 +27,7 @@ To learn more about Azure Synapse Analytics, see the [Azure Synapse Analytics Ov
2727
|Azure Synapse dedicated SQL pool|[Query failure when ingesting a parquet file into a table with AUTO_CREATE_TABLE='ON'](#query-failure-when-ingesting-a-parquet-file-into-a-table-with-auto_create_tableon)|Has workaround|
2828
|Azure Synapse dedicated SQL pool|[Queries failing with Data Exfiltration Error](#queries-failing-with-data-exfiltration-error)|Has workaround|
2929
|Azure Synapse dedicated SQL pool|[UPDATE STATISTICS statement fails with error: "The provided statistics stream is corrupt."](#update-statistics-failure)|Has workaround|
30-
|Azure Synapse dedicated SQL pool|[Enabling TDE gateway timeouts in ARM deployment](#enabling-tde-gateway-timeouts-in-arm-deployment)|Has workaround|
30+
|Azure Synapse dedicated SQL pool|[Enable TDE gateway time-outs in ARM deployment](#enable-tde-gateway-time-outs-in-arm-deployment)|Has workaround|
3131
|Azure Synapse serverless SQL pool|[Query failures from serverless SQL pool to Azure Cosmos DB analytical store](#query-failures-from-serverless-sql-pool-to-azure-cosmos-db-analytical-store)|Has workaround|
3232
|Azure Synapse serverless SQL pool|[Azure Cosmos DB analytical store view propagates wrong attributes in the column](#azure-cosmos-db-analytical-store-view-propagates-wrong-attributes-in-the-column)|Has workaround|
3333
|Azure Synapse serverless SQL pool|[Query failures in serverless SQL pools](#query-failures-in-serverless-sql-pools)|Has workaround|
@@ -85,11 +85,11 @@ When a new constraint is added to a table, a related statistic is created in the
8585

8686
**Workaround**: Identify if a constraint and clustered index exist on the table. If so, DROP both the constraint and clustered index. After that, recreate the clustered index and then the constraint *ensuring that both include the same columns in the same order.* If the table does not have a constraint and clustered index, or if the above step results in the same error, contact the Microsoft Support Team for assistance.
8787

88-
### Enabling TDE gateway timeouts in ARM deployment
88+
### Enable TDE gateway time-outs in ARM deployment
8989

90-
Updating TDE is internally implemented as a synchronous operation, subject to a timeout which can be exceeded. Although the timeout has been exceeded, behind the scenes the TDE operation in most cases succeeds, but causes successor operations in the ARM template to be rejected.
90+
Updating TDE (Transparent data encryption) is internally implemented as a synchronous operation, subject to a time-out which can be exceeded. Although the time-out has been exceeded, behind the scenes the TDE operation in most cases succeeds, but causes successor operations in the ARM template to be rejected.
9191

92-
**Workaround**: There are two ways to mitigate this. The preferred options is to split the ARM template into multiple templates, so that one of those contains TDE update. That will reduce the chance of a timeout.
92+
**Workaround**: There are two ways to mitigate this. The preferred option is to split the ARM template into multiple templates, so that one of those contains TDE update. That will reduce the chance of a time-out.
9393
Other option is to retry the deployment after several minutes. During the wait time the TDE update operation most likely will succeed and re-deploying the template the second time could execute previously rejected operations.
9494

9595
### Tag updates appear to fail

0 commit comments

Comments
 (0)