Skip to content

Commit abd11de

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

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
@@ -87,10 +87,10 @@ When a new constraint is added to a table, a related statistic is created in the
8787

8888
### Enable TDE gateway time-outs in ARM deployment
8989

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.
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 was 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 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.
93-
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.
92+
**Workaround**: There are two ways to mitigate this issue. The preferred option is to split the ARM template into multiple templates, so that one of the templates contains TDE update. That action reduces the chance of a time-out.
93+
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
9696

0 commit comments

Comments
 (0)