Skip to content

Commit 430c9a3

Browse files
Merge pull request #308147 from v-rakegurram-MSFT/patch-28
(AzureCXP) fixes MicrosoftDocs/azure-docs-pr#506997
2 parents cddc6ea + e2966dc commit 430c9a3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

articles/azure-functions/functions-bindings-azure-sql-trigger.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ Changes are processed in the order that their changes were made, with the oldest
4343
2. Changes are "batched" together for a row. If multiple changes are made to a row between each iteration of the loop then only a single change entry exists for that row which will show the difference between the last processed state and the current state
4444
3. If changes are made to a set of rows, and then another set of changes are made to half of those same rows, then the half of the rows that weren't changed a second time are processed first. This processing logic is due to the above note with the changes being batched - the trigger will only see the "last" change made and use that for the order it processes them in
4545

46+
> [!NOTE]
47+
> Azure SQL change tracking can detect row-level changes in tables that use encryption technologies such as Always Encrypted or Transparent Data Encryption (TDE). However, the Azure SQL trigger doesn’t decrypt or expose encrypted column values in the change payload. The trigger can detect that a change occurred but can’t access the decrypted data for those columns.
48+
4649
For more information on change tracking and how it's used by applications such as Azure SQL triggers, see [work with change tracking](/sql/relational-databases/track-changes/work-with-change-tracking-sql-server) .
4750

4851
[!INCLUDE [functions-sql-database-authentication-note](../../includes/functions-sql-database-authentication-note.md)]

0 commit comments

Comments
 (0)